aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/dist.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-25 12:37:06 -0300
committerEuAndreh <eu@euandre.org>2021-06-25 12:37:06 -0300
commit371e0f873cf3518fd2e35e2bae0b7cc021296e0e (patch)
tree285678d390ad32da5694c9edd23c82ae0c7b7d08 /aux/workflow/dist.sh
parentaux/guix/manifest.scm: Use hunspell insted of hunspell-iconv (diff)
downloadgit-permalink-371e0f873cf3518fd2e35e2bae0b7cc021296e0e.tar.gz
git-permalink-371e0f873cf3518fd2e35e2bae0b7cc021296e0e.tar.xz
Release v0.2.1v0.2.1
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-xaux/workflow/dist.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh
index ee67f24..ed61ee5 100755
--- a/aux/workflow/dist.sh
+++ b/aux/workflow/dist.sh
@@ -33,3 +33,13 @@ fi
git tag "$VVERSION"
sh aux/workflow/sign-tarballs.sh "$PROJECT"
+
+
+cat <<EOF >&2
+Now push the tag and the signature before pushing the commit:
+
+git push origin refs/notes/signatures/tar.gz -o skip-ci --no-verify
+git push --tags -o skip-ci --no-verify
+git push
+
+EOF