1 Star 0 Fork 0

重文兄/wxapkg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.goreleaser.yml 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
wux1an 提交于 2023-05-22 22:53 . feat: add GitHub action
before:
hooks:
- go mod tidy
builds:
- main: .
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
ignore:
- goos: windows
goarch: 'arm64'
binary: 'wxapkg'
flags:
- '-trimpath'
ldflags:
- '-s -w'
- '-X main.version={{ .Version }}'
- '-X main.commit={{ .ShortCommit }}'
hooks:
post: "upx --lzma {{ .Path }}"
changelog:
filters:
exclude:
- '^doc:'
- typo
- (?i)foo
- '^ref'
- '^style'
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: Others
order: 999
archives:
- format: binary
checksum:
algorithm: md5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/panchongwen/wxapkg.git
[email protected]:panchongwen/wxapkg.git
panchongwen
wxapkg
wxapkg
main

搜索帮助