From b9ef1a4d67d221829c0a986a70a534e8e9dff2e3 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 18 Aug 2018 17:13:12 +1000 Subject: [PATCH] leave bump commits out of release notes --- .goreleaser.yml | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c53044759..6ae81e27d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,7 +14,7 @@ builds: - arm64 - 386 ldflags: - - -s -w -X main.version={{.Version}} -X main.tag={{.Tag}} -X main.date={{.Date}} -X main.commit={{.Commit}} -X "main.goos={{.Os}} -X "main.arch={{.Arch}} -X "main.arm={{.Arm}}" + - -s -w -X main.version={{.Version}} -X main.tag={{.Tag}} -X main.date={{.Date}} -X main.commit={{.Commit}} -X main.goos={{.Os}} -X main.arch={{.Arch}} -X main.arm={{.Arm}} archive: replacements: @@ -36,6 +36,7 @@ changelog: exclude: - '^docs:' - '^test:' + - '^bump' brew: # Reporitory to push the tap to. github: diff --git a/VERSION b/VERSION index 8f54805ce..f07464b96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.67 \ No newline at end of file +v0.1.69 \ No newline at end of file