From 127d38c076866b34050546b80afa7188ab36fd39 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Tue, 11 Feb 2025 21:48:40 -0600 Subject: [PATCH] v0.7.0 make changes to release script --- release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release b/release index 518d232..c2ee88b 100755 --- a/release +++ b/release @@ -6,7 +6,7 @@ goreleaser -f .goreleaser/gitea.yml check changie batch $CURRENT_TAG changie merge git add .changes/ -git commit =am "$CURRENT_TAG" +git commit -am "$CURRENT_TAG" git tag "$CURRENT_TAG" git push all git push all --tags