You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
backy/release

5 lines
233 B

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