chore(release): usp 0.1.0-alpha.1#17
Open
hop-top-release-bot[bot] wants to merge 1 commit into
Open
Conversation
5 tasks
jadb
added a commit
that referenced
this pull request
May 18, 2026
- Makefile lint target: wrap golangci-lint via $(GOENV) so contributor-set GOFLAGS/GOCACHE flow through, instead of hard-coding GOFLAGS=-buildvcs=false in isolation. - .github/CODEOWNERS: gate the file itself plus release-please.yml and publish.yml — without this, the release gate could be weakened without release-team review. - .github/workflows/ci.yml: move continue-on-error from the lint job to the golangci-lint step so the job conclusion stays SUCCESS (job-level continue-on-error still reports FAILURE in the rollup, which trips branch protection). Also expanded the comment to spell out the golangci-lint install requirement. - CONTRIBUTING.md: replace `make check` in the quick-start with `make build test` (check fails today against the 26-finding lint baseline), and clarify in the targets table that golangci-lint is optional. Document the baseline + the recommended local command. Not addressed in this commit (handled at merge time): - release-please label migration: PR #17 still carries the default `autorelease: pending` label, while this PR adds custom `status:release-pending` / `status:release-tagged` labels. Plan: relabel PR #17 manually at merge time, before the next release-please run.
f655739 to
a811f4c
Compare
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.
🤖 I have created a release beep boop
0.1.0-alpha.1 (2026-05-18)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.