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 530668c commit 7ae1d34Copy full SHA for 7ae1d34
build/bin/release.sh
@@ -9,8 +9,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]
9
then
10
npm run test:unit && npm run lint && npm run build
11
git add -A
12
- git commit -m "Dist: Build $VERSION"
13
- npm version $VERSION -m "Release $VERSION"
+ git commit -m "release $VERSION"
+ npm version $VERSION -m "release $VERSION"
14
git push origin dev
15
npm publish
16
fi
0 commit comments