Files
backy/release
T

6 lines
262 B
Bash
Raw Permalink Normal View History

2023-01-18 01:48:39 -06:00
#!/bin/bash
2023-07-01 22:10:19 -05:00
# export GORELEASER_CURRENT_TAG="$(go run backy.go version -V)"
2023-07-01 21:46:54 -05:00
git tag "$(go run backy.go version -V)"
2023-02-18 22:49:05 -06:00
git push all
2023-02-18 22:42:15 -06:00
git push all --tags
2023-07-01 22:10:19 -05:00
# goreleaser release -f .goreleaser/gitea.yml --clean --release-notes=".changes/$(go run backy.go version -V).md"