index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2023-07-05 18:45:54 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-07-05 18:45:54 +0200 |
commit | 662d6c5274773360d365b1770c13535fc51fc38d (patch) | |
tree | b19007d4bc204af87941dede94e17dcedc23a939 | |
parent | 3de03e8b1fb41d471db3eea3d14ad7cfb4dcd37a (diff) |
-rw-r--r-- | Makefile | 2 |
@@ -153,7 +153,7 @@ tag: git tag --sign --message "Version v$$VERSION" v$$VERSION release: dist - glab release create v$(RELEASE) devtools-$(RELEASE).tar.gz* + glab release create v$(V) devtools-$(V).tar.gz* dist: git archive --format=tar --prefix=devtools-$(V)/ v$(V) | gzip > devtools-$(V).tar.gz |