1 Star 0 Fork 5

天意/Certimate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yml 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
usual2970 提交于 2024-08-23 17:25 . add readme file
project_name: certimate
dist: .builds
before:
hooks:
- go mod tidy
builds:
- id: build_noncgo
main: ./
binary: certimate
ldflags:
- -s -w -X github.com/usual2970/certimate.Version={{ .Version }}
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- arm
goarm:
- 7
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: arm
release:
draft: true
archives:
- id: archive_noncgo
builds: [build_noncgo]
format: zip
files:
- CHANGELOG.md
- LICENSE.md
- README.md
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- "^ui:"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xugonglue/Certimate.git
git@gitee.com:xugonglue/Certimate.git
xugonglue
Certimate
Certimate
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385