We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae75fea commit 703671aCopy full SHA for 703671a
release.sh
@@ -28,4 +28,5 @@ archive=$prefix.tar.gz
28
git archive --prefix="$prefix/" -o "$archive" "$next"
29
gpg --output "$archive".sig --detach-sig "$archive"
30
31
+git push --follow-tags
32
gh release create "sway $next" -t "$next" -n "" -d "$archive" "$archive.sig"
0 commit comments