backy/release
Andrew Woodlee c618ca33f8
Some checks failed
ci/woodpecker/push/publish-docs Pipeline failed
ci/woodpecker/tag/publish-docs Pipeline is pending
ci/woodpecker/tag/gitea Pipeline failed
v0.7.0 make changes to release script
2025-02-11 21:30:13 -06:00

8 lines
273 B
Bash
Executable File

#!/bin/bash
export CURRENT_TAG="$(go run backy.go version -V)"
changie batch $CURRENT_TAG
changie merge
git tag "$CURRENT_TAG"
git push all
git push all --tags
# goreleaser release -f .goreleaser/gitea.yml --clean --release-notes=".changes/$(go run backy.go version -V).md"