Skip to content

Commit 3ca9710

Browse files
committed
releasing notes
Signed-off-by: Jason Madigan <jason@jasonmadigan.com>
1 parent 0adb0d3 commit 3ca9710

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

RELEASING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,22 @@ Commit and push:
4444
```bash
4545
git add -u config/ charts/ docs/ bundle/
4646
git commit -s -m "Update version to X.Y.Z-rcN"
47+
```
48+
49+
If the release branch has branch protection (no direct pushes), create a PR:
50+
```bash
51+
git checkout -b bump-version-X.Y.Z-rcN
52+
git push -u origin bump-version-X.Y.Z-rcN
53+
# Create PR targeting release-X.Y, get it merged
54+
```
55+
56+
If you can push directly:
57+
```bash
4758
git push -u origin release-X.Y
4859
```
4960

61+
**Important**: The version bump must be on the release branch **before** creating the tag. The OLM bundle, catalog, and deployment manifests bake in version references at build time. If the tag is created before the version bump merges, those artifacts will contain stale version references.
62+
5063
### 2. Create GitHub Release
5164

5265
1. Go to [Releases](https://github.com/Kuadrant/mcp-gateway/releases)

0 commit comments

Comments
 (0)