8000
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 db8f3c6 commit d08f27fCopy full SHA for d08f27f
build/releaser.js
@@ -46,8 +46,8 @@ inquirer
46
git add -A
47
git add -f dist/index.js dist/index.js.map packages/nativescript-vue-template-compiler/index.js
48
git commit --no-verify -m "${buildMessage}"
49
- npm run release:notes
50
npm version ${version} --commit-hooks false -m "${releaseMessage}"
+ npm run release:notes
51
echo "Pushing to git"
52
git push origin refs/tags/v${version}
53
git push origin master
0 commit comments