feat(release): prepare for public release#1
Merged
Conversation
- Add GoReleaser config for linux/darwin binary releases - Add release job to CI workflow (runs on v* tag, depends on all checks) - Fix all 31 golangci-lint v2 findings (errcheck, unused, prealloc, staticcheck, gosec) - Migrate .golangci.yml to v2 format - Add CONTRIBUTING.md and CHANGELOG.md - Update README with binary install option - Add .claude/, dist/ to .gitignore - Scope fmt tasks to cmd/ and internal/ to avoid worktree noise
oldstable resolves to Go 1.25 which doesn't satisfy go.mod's 1.26.1 requirement. Use go-version-file instead to pin to go.mod version.
- Migrate .golangci.yml fully to v2 schema (linters-settings → linters.settings, remove exclude-use-default) - Bump Go 1.26.1 → 1.26.2 to fix 4 stdlib vulnerabilities - Fix misspellings: cancelling → canceling, Cancelled → Canceled - Fix all remaining lint issues (unused field, ineffectual assignment, prealloc) - Add nolint directives for false-positive gosec findings - Apply goimports formatting across all files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v*tag push after all checks pass.golangci.ymlto v2 formatCONTRIBUTING.mdandCHANGELOG.md.claude/,dist/to.gitignoreTest plan
task checkpasses (vet + fmt + test — 70 specs)task lintpasses (0 issues)goreleaser checkvalidates configgoreleaser release --snapshot --cleanbuilds 4 binaries successfully