Skip to content

Commit

Permalink
chore: fix promote script
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Jan 16, 2023
1 parent 0d07805 commit b3c06dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ endif
git add 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
git push origin master
git push origin v$(NEW_VERSION)

.PHONY: snapshot
snapshot:
Expand Down

0 comments on commit b3c06dc

Please sign in to comment.