Skip to content

Metadata

Since v1.20

GoReleaser creates some metadata files in the dist directory before it finishes running.

These are the options available:

# .goreleaser.yaml
#
metadata:
  # Set the modified timestamp on the metadata files.
  #
  # Templates: allowed
  mod_timestamp: "{{ .CommitTimestamp }}"