Skip to content

Commit 7ae1d34

Browse files
committed
release 2.0.0
1 parent 530668c commit 7ae1d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/bin/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]
99
then
1010
npm run test:unit && npm run lint && npm run build
1111
git add -A
12-
git commit -m "Dist: Build $VERSION"
13-
npm version $VERSION -m "Release $VERSION"
12+
git commit -m "release $VERSION"
13+
npm version $VERSION -m "release $VERSION"
1414
git push origin dev
1515
npm publish
1616
fi

0 commit comments

Comments
 (0)