github.com/goreleaser/goreleaser@v1.25.1/www/docs/customization/metadata.md (about)

     1  # Metadata
     2  
     3  > Since v1.20
     4  
     5  GoReleaser creates some metadata files in the `dist` directory before it
     6  finishes running.
     7  
     8  These are the options available:
     9  
    10  ```yaml
    11  # .goreleaser.yaml
    12  #
    13  metadata:
    14    # Set the modified timestamp on the metadata files.
    15    #
    16    # Templates: allowed
    17    mod_timestamp: "{{ .CommitTimestamp }}"
    18  ```