summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-18 17:13:12 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-18 17:17:05 +1000
commitb9ef1a4d67d221829c0a986a70a534e8e9dff2e3 (patch)
tree4ad42f2af1a7a7fccec68b82035becfb43136833
parent671c693459323f5124f2909508047f44fb3fef62 (diff)
leave bump commits out of release notes
-rw-r--r--.goreleaser.yml3
-rw-r--r--VERSION2
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