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