feat(repo): add release infrastructure with commit linting and changelog generation#33
Merged
Merged
Conversation
…log generation Set up release-please, commitlint + husky hooks, branch name validation, CI/release GitHub Actions workflows, and npm publish config with provenance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The lockfile generated on macOS didn't include rolldown's linux native bindings, causing CI to fail. Added supportedArchitectures config and regenerated the lockfile to include all platform bindings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Closed
qantrepreneur
added a commit
that referenced
this pull request
May 21, 2026
…log generation (#33) * feat(repo): add release infrastructure with commit linting and changelog generation Set up release-please, commitlint + husky hooks, branch name validation, CI/release GitHub Actions workflows, and npm publish config with provenance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ci): fix lint errors and PR title action permissions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ci): add contents read permission for checkout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * style(repo): fix formatting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ci): add rolldown to onlyBuiltDependencies for native binary Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ci): exclude @rolldown/* from minimumReleaseAge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(ci): add supportedArchitectures and regenerate lockfile for linux The lockfile generated on macOS didn't include rolldown's linux native bindings, causing CI to fail. Added supportedArchitectures config and regenerated the lockfile to include all platform bindings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Lorenzo <lorenzofkramer@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
commit-msg), branch name validation (pre-push), and autopnpm installon lockfile change (post-checkout)@sundayceo/frameworkand@sundayceo/createwith auto-changelog and GitHub ReleasespublishConfig: { access: "public" }to both publishable packagestools/validate-branch-name.ts) with 5 passing tests enforcing<issue-number>-<description>formatTest plan
pnpm build— 3/3 packages buildpnpm test— all tests passmainandrelease-please--*)feat(framework): testand rejectsbad messageCloses #31
🤖 Generated with Claude Code