15 Star 113 Fork 21

midoks/imail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yml 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
midoks 提交于 2021-09-27 13:24 . Update .goreleaser.yml
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
# https://www.jianshu.com/p/ac18956b0bc0
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=1
- GO111MODULE=on
- CC=x86_64-linux-musl-gcc
goos:
- linux
- darwin
- windows
archives:
- files:
- src: LICENSE
- src: README.md
- src: conf/*
- src: scripts/*
- src: templates/*
- src: public/*
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/midoks/imail.git
[email protected]:midoks/imail.git
midoks
imail
imail
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385