From 41fd5862b8bddb2c2fd61d0dbb8cc7c662945bee Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 3 Feb 2020 20:13:32 -0500 Subject: [PATCH] chore: try to make goreleaser add all changes to changelog --- .goreleaser.yml | 3 --- Makefile | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0d3a9ed7..b3bfd24d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -83,6 +83,3 @@ changelog: filters: exclude: - '^docs:' - - '^test:' - - '^chore:' - - '^ci:' diff --git a/Makefile b/Makefile index d5aca6dc..1c8949ce 100644 --- a/Makefile +++ b/Makefile @@ -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: