chore(ci): add release-please for automated version bumps#39
Open
JesseRWeigel wants to merge 1 commit into
Open
chore(ci): add release-please for automated version bumps#39JesseRWeigel wants to merge 1 commit into
JesseRWeigel wants to merge 1 commit into
Conversation
Sets up googleapis/release-please-action@v4 to manage version bumps and CHANGELOG updates across the monorepo (core, adapters, cli, dashboard) on every push to main. Uses linked-versions so all packages bump together (matching the current shared-version pattern). Existing release.yml continues to publish to npm on tags created by release-please. Manifest seeded with current versions: core@0.3.0, adapters@0.2.0, cli@0.2.0, dashboard@0.2.0. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Adds release-please automation so version bumps and CHANGELOG updates happen via auto-generated PRs whenever conventional-commit work lands on
main.How it works:
main→ release-please scans recent commitsfeat:,fix:,chore!:, etc.), it opens/updates a "release PR" with version bumps + CHANGELOG entriesv*tagrelease.ymlfires on the tag and publishes to npmConfiguration:
linked-versionsplugin keeps all four packages (core,adapters,cli,dashboard) on the same versionnode-workspaceplugin updates inter-package dependencies automaticallycore@0.3.0,adapters@0.2.0,cli@0.2.0,dashboard@0.2.0— first run will sync them.Test plan
mainfix:commit)release.ymlpublishes to npm🤖 Generated with Claude Code