1 Star 1 Fork 0

Jenkins中文社区/jcli-account-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.goreleaser.yml 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2020-04-20 21:58 . Add version command to show the version
# Official documentation at http://goreleaser.com
project_name: jcli-account-plugin
builds:
- env:
- CGO_ENABLED=0
binary: jcli-account-plugin
goarch:
- amd64
- arm64
goos:
- freebsd
- windows
- linux
- darwin
ignore:
- goos: freebsd
goarch: arm64
ldflags:
- -X github.com/jenkins-zh/jenkins-cli/app.version={{.Version}}
- -X github.com/jenkins-zh/jenkins-cli/app.commit={{.ShortCommit}}
- -X github.com/jenkins-zh/jenkins-cli/app.date={{.Date}}
dist: release
archives:
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: darwin
linux: linux
windows: windows
amd64: amd64
arm64: arm64
format_overrides:
- goos: windows
format: zip
files:
- README.md
- README-zh.md
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next-{{.ShortCommit}}"
changelog:
skip: false
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jenkins-zh/jcli-account-plugin.git
git@gitee.com:jenkins-zh/jcli-account-plugin.git
jenkins-zh
jcli-account-plugin
jcli-account-plugin
master

搜索帮助