From 371e0f873cf3518fd2e35e2bae0b7cc021296e0e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Jun 2021 12:37:06 -0300 Subject: Release v0.2.1 --- aux/workflow/dist.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'aux/workflow') 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 <&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 -- cgit v1.2.3