Skip to content

Commit

Permalink
update version and goreleaser opts
Browse files Browse the repository at this point in the history
  • Loading branch information
abtreece committed Dec 16, 2023
1 parent 363ea88 commit fe85281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ builds:
goarch: arm
archives:
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Os}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
replacements:
darwin: darwin
linux: linux
windows: windows
amd64: amd64
arm: arm
arm64: arm64
format: tar.gz
format_overrides:
- goos: windows
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod:


snapshot:
@goreleaser --snapshot --skip-publish --rm-dist
@goreleaser --snapshot --skip-publish --clean

release:
@goreleaser --skip-publish --rm-dist --skip-validate
@goreleaser --skip-publish --clean --skip-validate
2 changes: 1 addition & 1 deletion cmd/confd/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

const Version = "0.19.3-dev"
const Version = "0.20.0"

// We want to replace this variable at build time with "-ldflags -X main.GitSHA=xxx", where const is not supported.
var GitSHA = ""

0 comments on commit fe85281

Please sign in to comment.