Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading