Skip to content

Commit

Permalink
goreleaser: display release header date as yyyy-mm-dd
Browse files Browse the repository at this point in the history
  • Loading branch information
kmroz committed Jun 14, 2022
1 parent 8303298 commit abfbbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ release:
draft: true
# Header template for the release body.
header: |
## Network Flight Simulator v{{.Version}} ({{ time "2006-02-01" }})
## Network Flight Simulator v{{.Version}} ({{ time "2006-01-02" }})
Welcome to this new release!
Expand Down

0 comments on commit abfbbe1

Please sign in to comment.