1 Star 0 Fork 0

Rick/atest-ext-store-mongodb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yaml 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
rick 提交于 2024-05-31 22:32 +08:00 . fix the oras file path
# 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-mongodb
binary: atest-store-mongodb
goos:
- linux
- windows
- darwin
ignore:
- goarch: "386"
ldflags:
- -w
- -s
archives:
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"
builds:
- atest-store-mongodb
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-mongodb.git
git@gitee.com:linuxsuren/atest-ext-store-mongodb.git
linuxsuren
atest-ext-store-mongodb
atest-ext-store-mongodb
master

搜索帮助