Skip to content

Commit

Permalink
feat: add version command
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceliu committed May 23, 2024
1 parent 7e7e7b7 commit 6abe0d5
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ before:
- go mod tidy

builds:
-
binary: telemetry
- binary: telemetry
ldflags: -s -w -X main.version={{ .Version }}
goos:
- linux
Expand All @@ -22,24 +21,3 @@ release:

universal_binaries:
- replace: true

brews:
-
name: telemetry
homepage: "https://github.com/kubesphere/telemetry"
tap:
owner: kubesphere
name: homebrew-tap
commit_author:
name: kubesphere
email: [email protected]

checksum:
name_template: 'checksums.txt'

changelog:
sort: asc
filters:
exclude:
- "^assets:"
- "^scripts:"

0 comments on commit 6abe0d5

Please sign in to comment.