Skip to content

Commit

Permalink
build: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
darlal committed May 6, 2022
1 parent 52848e5 commit 43a12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
then

git add -A .
git commit -m"Version bump ${NEW_VERSION}"
git commit -m"build: version bump ${NEW_VERSION}"
git tag "${NEW_VERSION}"
git push
git push --tags
Expand Down

0 comments on commit 43a12d2

Please sign in to comment.