This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 31ed09340a86 Bump for next version
31ed09340a86 is described below
commit 31ed09340a868ea83f70ae77d6b6bc8b74889584
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 13:27:19 2026 +0200
Bump for next version
---
.oss-ai-helper-rules/project-guidelines.md | 2 +-
AGENTS.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.oss-ai-helper-rules/project-guidelines.md
b/.oss-ai-helper-rules/project-guidelines.md
index c825d26a9277..83116b921521 100644
--- a/.oss-ai-helper-rules/project-guidelines.md
+++ b/.oss-ai-helper-rules/project-guidelines.md
@@ -18,7 +18,7 @@ This rule file contains branching, commit, PR, and
task-finding conventions for
- **Find-task experienced JQL:** `project = CAMEL AND status = Open AND labels
= help-wanted` (maxResults=10)
- **Scope-too-large redirect:** create a Jira issue directly
- **Merge procedure:**
- 1. Derive milestone from target branch: read `<version>` from root `pom.xml`
on the target branch and strip `-SNAPSHOT` (e.g., `4.23.0-SNAPSHOT` → `4.22.0`)
+ 1. Derive milestone from target branch: read `<version>` from root `pom.xml`
on the target branch and strip `-SNAPSHOT` (e.g., `4.23.0-SNAPSHOT` → `4.23.0`)
2. Assign milestone to PR (`gh pr edit <PR> --milestone <version>`) and set
`fixVersions` on the JIRA issue to the same version (before closing)
3. Assign PR to the PR author (`gh pr edit <PR> --add-assignee <author>`)
and verify JIRA issue is assigned to the contributor. **Never guess the
author** — look it up with `gh pr view <PR> --json author --jq '.author.login'`
4. Categorize PR with labels based on JIRA issue type or PR content: `bug`
(Bug), `enhancement` (Improvement/New Feature), `documentation`
(Documentation), `task` (Task/refactoring), `dependency` (dependency upgrades),
`test` (Test)
diff --git a/AGENTS.md b/AGENTS.md
index 6da4f01bf99d..93b6a3794e0b 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -97,7 +97,7 @@ When merging a PR, an agent MUST perform the following steps
**in order**:
1. **Derive the milestone from the target branch**:
- Read the `<version>` from the root `pom.xml` on the PR's **target
branch** (e.g., `main`,
`camel-4.18.x`).
- - Strip the `-SNAPSHOT` suffix to get the milestone name (e.g.,
`4.23.0-SNAPSHOT` → `4.22.0`).
+ - Strip the `-SNAPSHOT` suffix to get the milestone name (e.g.,
`4.23.0-SNAPSHOT` → `4.23.0`).
2. **Assign the milestone**:
- Set the GitHub milestone on the PR: `gh pr edit <PR> --milestone
<version>`.