diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 7746ab549..cf86405d7 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -46,6 +46,14 @@ guide. ## 🚀 Latest release +### Memgraph v3.11.0 - June 17th, 2026 + +### Lab v3.11.0 - June 16th, 2026 + + + +## Previous releases + ### Memgraph v3.10.0 - May 13th, 2026 {

⚠️ Breaking changes

} @@ -342,8 +350,6 @@ guide. -## Previous releases - ### Memgraph v3.9.0 {

⚠️ Breaking changes

} diff --git a/skills/new-release-branch/SKILL.md b/skills/new-release-branch/SKILL.md index 111de0317..78a76fa43 100644 --- a/skills/new-release-branch/SKILL.md +++ b/skills/new-release-branch/SKILL.md @@ -96,6 +96,11 @@ The result should look like: **Important:** If there are multiple Memgraph patch releases under Latest (e.g. v3.8.1 and v3.8.0), move *all* of them together with the Lab entry. +**Implementation tip:** Do both changes in one `StrReplace` call by matching +from `## 🚀 Latest release` through `## Previous releases` and rewriting the +entire block at once. This avoids error-prone multi-step edits where +`## Previous releases` can end up in the wrong place. + ## Step 4 — Commit and push ```bash