1 Star 1 Fork 4

frank/goim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
frank 提交于 2020-05-25 18:18 . first commit
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# you may remove this if you don't use vgo
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
# copy config
- cp cmd/comet/comet-example.toml configs/comet-example.toml
- cp cmd/logic/logic-example.toml configs/logic-example.toml
- cp cmd/job/job-example.toml configs/job-example.toml
builds:
-
env:
- CGO_ENABLED=0
main: ./cmd/comet/main.go
binary: comet
-
env:
- CGO_ENABLED=0
main: ./cmd/logic/main.go
binary: logic
-
env:
- CGO_ENABLED=0
main: ./cmd/job/main.go
binary: job
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- LICENSE
- README.md
- CHANGELOG.md
- configs/*
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/frank2020/goim.git
[email protected]:frank2020/goim.git
frank2020
goim
goim
master

搜索帮助