ci: add release-please configuration#14
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e6368056e2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "changelog-path": "CHANGELOG.md", | ||
| "include-v-in-tag": false, | ||
| "include-component-in-tag": true, | ||
| "skip-github-release": true, |
There was a problem hiding this comment.
Disable skip-github-release to allow tag creation
Setting skip-github-release to true prevents googleapis/release-please-action from running its release-creation path (the action only calls createPullRequests() in this mode), so merging the release PR will not create/push a python-* tag. Because your publishing workflow is triggered by tag pushes (.github/workflows/release.yml), this configuration blocks the automated release pipeline from running after a release PR merge.
Useful? React with 👍 / 👎.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds release-please to automate version bumps, changelog generation, and tag creation.
python(natively updatespyproject.tomlwhich already hasx-release-please-versionmarker)python→ tags:python-X.Y.Z(no v prefix)rust/Cargo.tomlvia generic markerskip-github-release: true— only creates tags, existingrelease.ymlhandles draft GitHub releasesupdate-lockfilejob to keepCargo.lockin sync forcargo test --lockedbootstrap-shaset to current HEAD to avoid huge first changelog