1 Star 1 Fork 0

Rick/atest-ext-store-elasticsearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yaml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2025-04-09 20:42 +08:00 . manual testing pass
# 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-store-elasticsearch
binary: atest-store-elasticsearch
goos:
- linux
- windows
- darwin
ignore:
- goarch: 386
ldflags:
- -w
- -s
- -X github.com/linuxsuren/api-testing/pkg/version.version={{.Version}} -X github.com/linuxsuren/api-testing/pkg/version.commit={{.Commit}} -X github.com/linuxsuren/api-testing/pkg/version.date={{.Date}}
archives:
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"
builds:
- atest-store-elasticsearch
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:'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linuxsuren/atest-ext-store-elasticsearch.git
git@gitee.com:linuxsuren/atest-ext-store-elasticsearch.git
linuxsuren
atest-ext-store-elasticsearch
atest-ext-store-elasticsearch
master

搜索帮助