v0.7.7
All checks were successful
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline was successful
ci/woodpecker/tag/publish-docs Pipeline was successful

This commit is contained in:
2025-02-14 14:31:24 -06:00
parent c642e827f5
commit 31339fb4d8
5 changed files with 13 additions and 4 deletions

View File

@ -4,7 +4,7 @@ steps:
image: golang:1.23
commands:
- go mod tidy
- go install github.com/goreleaser/goreleaser@latest
- go install github.com/goreleaser/goreleaser/v2@v2.7.0
- goreleaser release -f .goreleaser/gitea.yml --release-notes=".changes/$(go run backy.go version -V).md"
secrets: [ gitea_token ]
when: