Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2023-07-05 18:45:54 +0200
committerLevente Polyak <anthraxx@archlinux.org>2023-07-05 18:45:54 +0200
commit662d6c5274773360d365b1770c13535fc51fc38d (patch)
treeb19007d4bc204af87941dede94e17dcedc23a939
parent3de03e8b1fb41d471db3eea3d14ad7cfb4dcd37a (diff)
fix(make): use correct version variable for release target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8962d0..877f334 100644
--- a/Makefile
+++ b/Makefile
@@ -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