We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1045f1c commit ba3a367Copy full SHA for ba3a367
release.sh
@@ -13,11 +13,11 @@ if [[ $# -eq 0 ]] ; then
13
exit 1
14
fi
15
16
-mversion $1
17
-conventional-changelog --infile CHANGELOG.md --same-file --preset angular
18
-doctoc README.md
+yarn run mversion $1
+yarn run conventional-changelog --infile CHANGELOG.md --same-file --preset angular
+yarn run doctoc README.md
19
git commit -am "$(json -f package.json version)"
20
git tag v`json -f package.json version`
21
-git push
22
-git push --tags
+git push origin master
+git push --tags origin master
23
npm publish
0 commit comments