Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: for lerna --no-git-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 15, 2018
1 parent ade30e6 commit 76b3ccf
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 @@ -35,7 +35,7 @@
},
"scripts": {
"log": "auto-changelog && git add . && git ci -m ' πŸ“– DOC: Update the changelog' && git push",
"release": "lerna publish && release-it",
"release": "lerna publish --no-git-tag-version && release-it",
"release-minor": "lerna publish && release-it minor",
"release-major": "lerna publish && release-it major",
"release-dry": "release-it --dry-run"
Expand Down

0 comments on commit 76b3ccf

Please sign in to comment.