You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134 lines
3.3 KiB
YAML
134 lines
3.3 KiB
YAML
project_name: flx
|
|
release:
|
|
github:
|
|
owner: liufuyan_426
|
|
name: flx
|
|
name_template: '{{.Tag}}'
|
|
scoop:
|
|
name: flx
|
|
commit_author:
|
|
name: goreleaserbot
|
|
email: goreleaser@carlosbecker.com
|
|
commit_msg_template: Scoop update for {{ .ProjectName }} version {{ .Tag }}
|
|
builds:
|
|
- id: flx
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
- "386"
|
|
goarm:
|
|
- "6"
|
|
gomips:
|
|
- hardfloat
|
|
targets:
|
|
- linux_amd64
|
|
- linux_arm64
|
|
- linux_386
|
|
- windows_amd64
|
|
- windows_386
|
|
- darwin_amd64
|
|
- darwin_arm64
|
|
dir: .
|
|
main: .
|
|
ldflags:
|
|
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
|
-X main.builtBy=goreleaser
|
|
binary: flx
|
|
env:
|
|
- CGO_ENABLED=0
|
|
builder: go
|
|
gobinary: go
|
|
archives:
|
|
- id: default
|
|
builds:
|
|
- flx
|
|
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
|
|
}}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
|
|
replacements:
|
|
"386": i386
|
|
amd64: x86_64
|
|
darwin: Darwin
|
|
linux: Linux
|
|
windows: Windows
|
|
format: tar.gz
|
|
files:
|
|
- src: license*
|
|
- src: LICENSE*
|
|
- src: readme*
|
|
- src: README*
|
|
- src: changelog*
|
|
- src: CHANGELOG*
|
|
snapshot:
|
|
name_template: '{{ incpatch .Version }}-next'
|
|
checksum:
|
|
name_template: checksums.txt
|
|
algorithm: sha256
|
|
changelog:
|
|
filters:
|
|
exclude:
|
|
- '^docs:'
|
|
- '^test:'
|
|
sort: asc
|
|
dist: dist
|
|
env_files:
|
|
github_token: ~/.config/goreleaser/github_token
|
|
gitlab_token: ~/.config/goreleaser/gitlab_token
|
|
gitea_token: ~/.config/goreleaser/gitea_token
|
|
before:
|
|
hooks:
|
|
- go mod tidy
|
|
source:
|
|
name_template: '{{ .ProjectName }}-{{ .Version }}'
|
|
format: tar.gz
|
|
gomod:
|
|
gobinary: go
|
|
announce:
|
|
twitter:
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
reddit:
|
|
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
|
url_template: '{{ .ReleaseURL }}'
|
|
slack:
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
username: GoReleaser
|
|
discord:
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
author: GoReleaser
|
|
color: "3888754"
|
|
icon_url: https://goreleaser.com/static/avatar.png
|
|
teams:
|
|
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
color: '#2D313E'
|
|
icon_url: https://goreleaser.com/static/avatar.png
|
|
smtp:
|
|
subject_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
|
body_template: 'You can view details from: {{ .ReleaseURL }}'
|
|
mattermost:
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
|
username: GoReleaser
|
|
linkedin:
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
telegram:
|
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL
|
|
}}'
|
|
webhook:
|
|
message_template: '{ "message": "{{ .ProjectName }} {{ .Tag }} is out! Check it
|
|
out at {{ .ReleaseURL }}"}'
|
|
content_type: application/json; charset=utf-8
|
|
github_urls:
|
|
download: https://github.com
|
|
gitlab_urls:
|
|
download: https://gitlab.com
|