-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
joyceliu
committed
May 23, 2024
1 parent
7e7e7b7
commit 6abe0d5
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ before: | |
- go mod tidy | ||
|
||
builds: | ||
- | ||
binary: telemetry | ||
- binary: telemetry | ||
ldflags: -s -w -X main.version={{ .Version }} | ||
goos: | ||
- linux | ||
|
@@ -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:" |