8000 chore: move release:notes after npm version · rubythonode/nativescript-vue@d08f27f · GitHub
[go: up one dir, main page]

Skip to content

Commit d08f27f

Browse files
committed
chore: move release:notes after npm version
1 parent db8f3c6 commit d08f27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/releaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ inquirer
4646
git add -A
4747
git add -f dist/index.js dist/index.js.map packages/nativescript-vue-template-compiler/index.js
4848
git commit --no-verify -m "${buildMessage}"
49-
npm run release:notes
5049
npm version ${version} --commit-hooks false -m "${releaseMessage}"
50+
npm run release:notes
5151
echo "Pushing to git"
5252
git push origin refs/tags/v${version}
5353
git push origin master

0 commit comments

Comments
 (0)
0