From 30bc8cccba0cfcf43e0f998cee8d0028777cfe23 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 26 Sep 2024 20:47:58 -0300 Subject: [PATCH] chore: build before tag --- do_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_release.sh b/do_release.sh index 5ee7b42..65f5130 100755 --- a/do_release.sh +++ b/do_release.sh @@ -9,7 +9,7 @@ git add shard.yml hace lint test git cliff --bump -u -p CHANGELOG.md git commit -a -m "bump: Release v$VERSION" +hace static git tag "v$VERSION" git push --tags -hace static gh release create "v$VERSION" "bin/$PKGNAME-static-linux-amd64" "bin/$PKGNAME-static-linux-arm64" --title "Release v$VERSION" --notes "$(git cliff -l -s all)"