-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Showing
1 changed file
with
0 additions
and
38 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 |
---|---|---|
|
@@ -15,44 +15,6 @@ archives: | |
windows: Windows | ||
386: i386 | ||
amd64: x86_64 | ||
brews: | ||
# 食谱的名称模板 | ||
# 默认为项目名称 | ||
- name: program | ||
|
||
# 用于push 的 tap存储库。 | ||
github: | ||
owner: sunny0826 | ||
name: homebrew-tap | ||
|
||
# 网址模板。 | ||
# 默认为 "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
url_template: "https://github.com/sunny0826/kubecm/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
|
||
|
||
# 提交存储库的 Git作者。 | ||
# 显示默认值。 | ||
commit_author: | ||
name: guoxudong | ||
email: [email protected] | ||
|
||
# 您应用的主页。 | ||
homepage: "https://github.com/sunny0826/kubecm" | ||
|
||
# 你的应用程序的描述。 | ||
description: "KubeConfig Manager." | ||
|
||
# 设置此项,将阻止goreleaser实际提交更新配方 | ||
# 替代为,配方文件仅存储在dist文件夹中, | ||
# 将push的责任给用户。 | ||
# 默认值为false。 | ||
skip_upload: true | ||
|
||
# brew的自定义安装脚本。 | ||
# 默认为'bin.install "program"'。 | ||
install: | | ||
bin.install "program" | ||
... | ||
checksum: | ||
name_template: 'checksums.txt' | ||
snapshot: | ||
|