diff options
author | Casey Lee <caseypl@amazon.com> | 2023-01-16 18:09:38 +0100 |
---|---|---|
committer | Casey Lee <caseypl@amazon.com> | 2023-01-16 18:11:29 +0100 |
commit | 003947ea33bfabcaa8c3787aa78780fd88b9c1ff (patch) | |
tree | 509198c75d5e2eda08bbeba014d412be7e05c6e7 /Makefile | |
parent | Readme: Fix shell installation (#1547) (diff) | |
download | forgejo-act-003947ea33bfabcaa8c3787aa78780fd88b9c1ff.tar.xz forgejo-act-003947ea33bfabcaa8c3787aa78780fd88b9c1ff.zip |
chore: push new versionv0.2.36
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |