From 6423af4b1eabc3e42ac748599efaa278482f246d Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Wed, 13 May 2026 12:33:55 +0200 Subject: [PATCH 1/2] Add Memgraph v3.11.0 and Lab v3.11.0 release note titles Co-authored-by: Cursor --- pages/release-notes.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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

} From c5656715b23207e0985f25415f2809a4557eb4d2 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Wed, 13 May 2026 12:40:04 +0200 Subject: [PATCH 2/2] Update the release docs start skill --- skills/new-release-branch/SKILL.md | 5 +++++ 1 file changed, 5 insertions(+) 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