31 Star 282 Fork 74

AiXinGe / aixinge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yaml 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
青苗 提交于 2022-11-09 11:30 . init AiXinGe
# documentation https://goreleaser.com
before:
hooks:
# - go mod tidy
# - go generate ./...
project_name: aixinge
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
Go
1
https://gitee.com/aixinge/aixinge.git
git@gitee.com:aixinge/aixinge.git
aixinge
aixinge
aixinge
master

搜索帮助