|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
project_name: openim
|
|
|
|
|
#gomod:
|
|
|
|
|
# # Proxy a module from proxy.golang.org, making the builds verifiable.
|
|
|
|
|
# # This will only be effective if running against a tag. Snapshots will ignore this setting.
|
|
|
|
@ -21,6 +20,7 @@ before:
|
|
|
|
|
- go mod tidy
|
|
|
|
|
# you may remove this if you don't need go generate
|
|
|
|
|
- go generate ./...
|
|
|
|
|
|
|
|
|
|
builds:
|
|
|
|
|
- env:
|
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
@ -58,3 +58,19 @@ changelog:
|
|
|
|
|
# Feel free to remove those if you don't want/use them.
|
|
|
|
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
|
|
|
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
|
|
|
|
|
|
|
|
|
# Default: './dist'
|
|
|
|
|
dist: _output/dist
|
|
|
|
|
|
|
|
|
|
git:
|
|
|
|
|
# What should be used to sort tags when gathering the current and previous
|
|
|
|
|
# tags if there are more than one tag in the same commit.
|
|
|
|
|
#
|
|
|
|
|
# Default: '-version:refname'
|
|
|
|
|
tag_sort: -version:creatordate
|
|
|
|
|
|
|
|
|
|
# What should be used to specify prerelease suffix while sorting tags when gathering
|
|
|
|
|
# the current and previous tags if there are more than one tag in the same commit.
|
|
|
|
|
#
|
|
|
|
|
# Since: v1.17
|
|
|
|
|
prerelease_suffix: "-"
|