Files
QSfera/Server/vendor/github.com/olekukonko/ll/.goreleaser.yaml
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

38 lines
694 B
YAML

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2
project_name: ll
# For a library repo, publish source archives instead of binaries.
source:
enabled: true
name_template: "{{ .ProjectName }}_{{ .Version }}"
# Optional: include/exclude files in the source archive (defaults are usually fine)
# files:
# - README.md
# - LICENSE
# - go.mod
# - go.sum
# - "**/*.go"
# No binaries to build.
builds: []
## Other Information
checksum:
name_template: "checksums.txt"
snapshot:
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^chore:"
- "^ci:"