Automate tags for release

This commit is contained in:
2022-05-24 18:23:57 +09:30
parent 881c618041
commit 091dc0542c
2 changed files with 17 additions and 5 deletions

View File

@@ -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: