Automate tags for release
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# This is an example .goreleaser.yml file with some sensible defaults.
|
||||
# Make sure to check the documentation at https://goreleaser.com
|
||||
before:
|
||||
hooks:
|
||||
# You may remove this if you don't use go modules.
|
||||
# tag and push
|
||||
- ./release_tag.pl
|
||||
# clean up/install modules
|
||||
- go mod tidy
|
||||
# you may remove this if you don't need go generate
|
||||
- go generate ./...
|
||||
builds:
|
||||
- main: cmd/linkwallet/linkwallet.go
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user