Skip to content

Commit

Permalink
Make release more automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 22, 2021
1 parent c8dfacb commit 1848b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint {src,tests,types}/**/*.ts",
"test": "jest test",
"version": "auto-changelog -p && git add CHANGELOG.md",
"release": "release-it",
"release": "release-it --only-version",
"prepare": "npm run build"
},
"lint-staged": {
Expand Down

0 comments on commit 1848b34

Please sign in to comment.