diff --git a/.goreleaser.yml b/.goreleaser.yml index 63a2562..294713d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,12 +14,13 @@ builds: archives: - id: 'xgb2code' - builds: + ids: - 'xgb2code' wrap_in_directory: true format_overrides: - goos: windows - format: zip + formats: + - zip files: - 'CHANGELOG.md' - 'LICENSE-APACHE' @@ -30,14 +31,14 @@ checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" changelog: disable: true nfpms: - id: 'xgb2code' - builds: + ids: - 'xgb2code' vendor: 'MaxMind, Inc.' homepage: 'https://www.maxmind.com/' diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ba9e0..87aa2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.0.0 +## 1.0.0 (2026-06-15) - Refactored the codebase to allow using the code generation functionality as a library. diff --git a/mise.lock b/mise.lock index 4fc3927..8af2965 100644 --- a/mise.lock +++ b/mise.lock @@ -1,4 +1,4 @@ -# @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html +# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html [[tools."github:golangci/golangci-lint"]] version = "2.11.3"