chore: try to make goreleaser add all changes to changelog

This commit is contained in:
Deluan 2020-02-03 20:13:32 -05:00
parent a6b5be7b0a
commit 41fd5862b8
2 changed files with 1 additions and 5 deletions

View file

@ -72,11 +72,10 @@ buildall: check_env assets/embedded_gen.go
release:
@if [[ ! "${V}" =~ ^[0-9]+\.[0-9]+\.[0-9]+.*$$ ]]; then echo "Usage: make release V=X.X.X"; exit 1; fi
go mod tidy
make test
@if [ -n "`git status -s`" ]; then echo "\n\nThere are pending changes. Please commit or stash first"; exit 1; fi
make test
git tag v${V}
git push origin v${V}
git push origin master
.PHONY: dist
dist: