summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCasey Lee <caseypl@amazon.com>2023-01-16 18:09:38 +0100
committerCasey Lee <caseypl@amazon.com>2023-01-16 18:11:29 +0100
commit003947ea33bfabcaa8c3787aa78780fd88b9c1ff (patch)
tree509198c75d5e2eda08bbeba014d412be7e05c6e7 /Makefile
parentReadme: Fix shell installation (#1547) (diff)
downloadforgejo-act-003947ea33bfabcaa8c3787aa78780fd88b9c1ff.tar.xz
forgejo-act-003947ea33bfabcaa8c3787aa78780fd88b9c1ff.zip
chore: push new versionv0.2.36
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd1a8a6..da5c31d 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ endif
git add VERSION
git commit -m "chore: bump VERSION"
git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION)
- git push origin v$(NEW_VERSION)
+ git push --follow-tags
.PHONY: snapshot
snapshot: