Skip to content

ci: add release-please configuration#14

Merged
korniltsev-grafanista merged 7 commits intomainfrom
kk/release-please
Apr 3, 2026
Merged

ci: add release-please configuration#14
korniltsev-grafanista merged 7 commits intomainfrom
kk/release-please

Conversation

@korniltsev-grafanista
Copy link
Copy Markdown
Collaborator

Adds release-please to automate version bumps, changelog generation, and tag creation.

  • release type: python (natively updates pyproject.toml which already has x-release-please-version marker)
  • component: python → tags: python-X.Y.Z (no v prefix)
  • extra-files: rust/Cargo.toml via generic marker
  • skip-github-release: true — only creates tags, existing release.yml handles draft GitHub releases
  • includes update-lockfile job to keep Cargo.lock in sync for cargo test --locked
  • bootstrap-sha set to current HEAD to avoid huge first changelog

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

This comment has been minimized.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

This comment has been minimized.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

This comment has been minimized.

korniltsev-grafanista and others added 3 commits April 3, 2026 09:45
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>
@korniltsev-grafanista
Copy link
Copy Markdown
Collaborator Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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>
@korniltsev-grafanista korniltsev-grafanista marked this pull request as ready for review April 3, 2026 22:35
@korniltsev-grafanista korniltsev-grafanista requested review from a team as code owners April 3, 2026 22:35
@korniltsev-grafanista korniltsev-grafanista merged commit c6be862 into main Apr 3, 2026
34 checks passed
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.

2 participants