1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-21 21:07:19 +02:00
Carlos Alexandro Becker 7fc93995b8
feat: consistently use directory in property names ()
It was a mess of "folder" x "directory", so changed it all to
"directory".

Closes 
2024-04-01 10:01:56 -03:00

319 B

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 }}"