Skip to content

Commit

Permalink
Merge pull request #24 from whiteducksoftware/feat/goreleaser-update-2
Browse files Browse the repository at this point in the history
feat: goreleaser config update
  • Loading branch information
hutstep authored Dec 19, 2024
2 parents 6a9558a + e51489a commit 0b74dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ builds:
ldflags:
- -s -w
- -X go.szostok.io/version.version={{.Version}}
- -X go.szostok.io/version.buildDate={{.Date}}
- -X go.szostok.io/version.buildDate={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"

changelog:
sort: asc
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ builds:
ldflags:
- -s -w
- -X go.szostok.io/version.version={{.Version}}
- -X go.szostok.io/version.buildDate={{.Date}}
- -X go.szostok.io/version.buildDate={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"

changelog:
sort: asc
Expand Down

0 comments on commit 0b74dd1

Please sign in to comment.