Skip to content

Commit 24646a6

Browse files
committed
chore: add Makefile
1 parent b0ed253 commit 24646a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
release:
2+
@echo ${VERSION} | grep -E "^[0-9]+\.[0-9]+\.[0-9]+(-r[0-9]+)?$$"
3+
git fetch origin main
4+
git tag v${VERSION} FETCH_HEAD
5+
git push origin v${VERSION}

0 commit comments

Comments
 (0)