Skip to content

Commit 003947e

Browse files
committed
chore: push new version
1 parent 0988b47 commit 003947e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ endif
100100
git add VERSION
101101
git commit -m "chore: bump VERSION"
102102
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
103-
git push origin v$(NEW_VERSION)
103+
git push --follow-tags
104104

105105
.PHONY: snapshot
106106
snapshot:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.35
1+
0.2.36

0 commit comments

Comments
 (0)