Skip to content

Commit

Permalink
chore: makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Jan 16, 2023
1 parent 33cb8bc commit 872a695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ifneq ($(shell git status -s),)
endif
echo -n $(NEW_VERSION) > VERSION
git add VERSION
git commit -m "chore: bump VERSION"
git commit -m "chore: bump VERSION to $(NEW_VERSION)"
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
git push --follow-tags

Expand Down

0 comments on commit 872a695

Please sign in to comment.