Skip to content

Commit

Permalink
Attempt to get goreleaser to tag the correct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Apr 17, 2023
1 parent 54ec1be commit a9c5fdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ nfpms:
type: config
release:
name_template: "{{.Version}}"
target_commitish: "{{ .Commit }}"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 5.0.4 (2023-04-17)

* On releases 4.9.0 through 5.0.3, the incorrect commit was tagged.
This release attempts to fix the release process to prevent this
issue. There are no code changes to the binaries provided by
MaxMind, either on the GitHub Release page or the MaxMind PPA.

## 5.0.3 (2023-04-15)

* On 5.0.0 through 5.0.2, the default database directory was not being
Expand Down

0 comments on commit a9c5fdc

Please sign in to comment.