1 Star 0 Fork 8

bemy/api-testing

forked from Rick/api-testing 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yaml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
id: atest
binary: atest
goos:
- linux
- windows
- darwin
ldflags:
- -w
- -s
- -X github.com/linuxsuren/api-testing/pkg/version.version={{.Version}}
- env:
- CGO_ENABLED=0
id: collector
binary: atest-collector
main: ./extensions/collector/main.go
goos:
- linux
- windows
- darwin
ldflags:
- -w
- -s
archives:
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"
builds:
- atest
format_overrides:
- goos: windows
format: zip
files:
- README.md
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"
id: collector
builds:
- collector
format_overrides:
- goos: windows
format: zip
files:
- README.md
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/bemy/api-testing.git
git@gitee.com:bemy/api-testing.git
bemy
api-testing
api-testing
master

搜索帮助