Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 46e0e6b..91db463 100644
--- a/Makefile
+++ b/Makefile
@@ -294,20 +294,11 @@ uninstall:
$(DESTDIR)$(DATADIR)
tag:
- git cliff --strip=all --unreleased
- @echo "current version: v$(V)"
@read -r -p "tag version: v" VERSION && \
- sed -E "s|^V=.+|V=$$VERSION|" -i Makefile && \
- git commit --gpg-sign --message "chore(release): version v$$VERSION" Makefile && \
git tag --sign --message "Version v$$VERSION" v$$VERSION
-release: dist
- git push --tags origin master
- git cliff --version >/dev/null
- GITLAB_HOST=gitlab.archlinux.org glab release create v$(V) devtools-$(V).tar.gz* --milestone v$(V) --notes-file <(git cliff --strip=all --latest)
-
dist:
- git archive --format=tar --prefix=devtools32-$(V)/ v$(V) | gzip > devtools32-$(V).tar.gz
+ git archive --format=tar --prefix=devtools32-$(V)/ $(V) | gzip > devtools32-$(V).tar.gz
gpg --detach-sign --use-agent devtools32-$(V).tar.gz
upload: