加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yaml 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
# Make sure to check the documentation at https://goreleaser.com
git:
ignore_tags:
- "arcadia-*"
- "component-store-*"
- "llm-worker-*"
- "jupyterlab-*"
builds:
- skip: true
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
use: github
groups:
- title: New Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug Fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: Others
order: 999
filters:
exclude:
- '^Merge pull request'
- '^Merge branch'
release:
draft: true
replace_existing_draft: false
mode: append
header: |
## {{.ProjectName}}-v{{.Version}}
Welcome to this new release!
### Images built for this release:
- `kubeagi/arcadia:v{{ .Version }}`
- `kubeagi/data-processing:v{{ .Version }}`
### Breaking Changes:
None
### Feature summary 🚀 🚀 🚀
TODO
footer: |
## Thanks to our Contributors!
Thank you to everyone who contributed to {{.Tag}}! ❤️
And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏
name_template: "v{{.Version}}"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化