Skip to content

ci: use GitHub App token for release pipeline#5

Merged
lucaspizzo merged 1 commit into
mainfrom
ci/github-app-release
Mar 30, 2026
Merged

ci: use GitHub App token for release pipeline#5
lucaspizzo merged 1 commit into
mainfrom
ci/github-app-release

Conversation

@lucaspizzo

Copy link
Copy Markdown
Owner

Summary

  • Uses actions/create-github-app-token to generate a token from the create-claude-plugin-release GitHub App
  • App is configured as a bypass actor in the new branch ruleset, allowing it to push release commits to main
  • Restores @semantic-release/changelog and @semantic-release/git plugins to auto-commit CHANGELOG.md and package.json on release
  • Replaced old branch protection rules with a GitHub ruleset that supports bypass actors

Checklist

  • Tests pass (npm test)
  • Linter passes (npm run lint)
  • Commit messages follow Conventional Commits

Uses actions/create-github-app-token to generate a token that
can bypass branch protection via rulesets. Restores
@semantic-release/changelog and @semantic-release/git plugins
to auto-commit CHANGELOG.md and package.json on release.
@lucaspizzo lucaspizzo merged commit da35ece into main Mar 30, 2026
10 checks passed
@lucaspizzo lucaspizzo deleted the ci/github-app-release branch March 30, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant