5 Star 5 Fork 0

staugur / rtfd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
staugur 提交于 2021-10-23 21:42 . bump version 1.4.0
project_name: rtfd
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w
- -X tcw.im/rtfd/cmd.built={{.Date}}
- -X tcw.im/rtfd/cmd.commitID={{.Commit}}
goos:
- linux
goarch:
- amd64
- 386
- arm64
archives:
- replacements:
linux: linux
386: i386
amd64: amd64
name_template: "{{ .Binary }}.{{ .Version }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- 'README*.md'
- 'NOTICE'
- '.github'
Go
1
https://gitee.com/staugur/rtfd.git
git@gitee.com:staugur/rtfd.git
staugur
rtfd
rtfd
master

搜索帮助