v0.7.0 make changes to release script

This commit is contained in:
Andrew Woodlee 2025-02-11 21:48:40 -06:00
parent 0218dee76d
commit 127d38c076

View File

@ -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