contrib/restclient/.goreleaser.yml
project_name: restclient
monorepo:
tag_prefix: contrib/restclient/
dir: contrib/restclient/
builds:
- skip: true
# add a source archive at release time
source:
enabled: true
# Archives
archives:
- format: tar.gz
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
name_template: '{{.ProjectName}}-{{.Version}}_{{.Os}}_{{.Arch}}'
files:
- README.md
checksum:
name_template: checksums.txt
# Add a changelog
changelog:
sort: asc
# track sizes
report_sizes: true
# modified timestamps
metadata:
# Set the modified timestamp on the metadata files.
#
# Templates: allowed.
mod_timestamp: '{{ .CommitTimestamp }}'
# produce software bill of lading
sboms:
- artifacts: archive