From 3b8e33c16c11ba7da3652c2ac150cfd54b7b0352 Mon Sep 17 00:00:00 2001 From: Rafal Drozda Date: Wed, 18 Feb 2026 00:53:40 +0100 Subject: [PATCH 1/2] Update guidelines for release notes and changelogs update release note creation instructions --- .github/copilot-instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 459b805..ae12099 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -114,6 +114,7 @@ This script automatically: ##### For Minor Releases: - ✅ MUST contain a summary of ALL patch version release notes since last minor +- ✅ MUST contain a summary of ALL changelog items of patch version bumps, also for merges without a release - ❌ Do NOT copy/paste the changelog entries verbatim - ✅ Review and create human-friendly summarized content - ⚠️ Avoid conflicts: If v0.5.4 solves an issue introduced in v0.5.2, consolidate appropriately (don't mention both) @@ -121,7 +122,8 @@ This script automatically: - 🎯 Focus on user impact, not technical implementation details ##### For Major Releases: -- ✅ MUST contain a summary of ALL minor release notes since last major +- ✅ MUST contain a summary of ALL minor/patch release notes since last major +- ✅ MUST contain a summary of ALL changelog items of minor/patch version bumps, also for merges without a release - ❌ Do NOT copy/paste the changelog entries verbatim - ✅ Review and create human-friendly summarized content - ⚠️ Consolidate related changes across minors into coherent themes From c1e4827a6a61a7c49e3e652a6a17f25c8c1775dd Mon Sep 17 00:00:00 2001 From: Rafal Drozda Date: Wed, 18 Feb 2026 01:02:14 +0100 Subject: [PATCH 2/2] Update .github/copilot-instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index ae12099..2ffe75a 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -113,11 +113,11 @@ This script automatically: **Mandatory Guidelines:** ##### For Minor Releases: -- ✅ MUST contain a summary of ALL patch version release notes since last minor -- ✅ MUST contain a summary of ALL changelog items of patch version bumps, also for merges without a release +- ✅ MUST contain a summary of ALL changelog items from ALL patch version bumps since last minor, including merges without a release - ❌ Do NOT copy/paste the changelog entries verbatim - ✅ Review and create human-friendly summarized content - ⚠️ Avoid conflicts: If v0.5.4 solves an issue introduced in v0.5.2, consolidate appropriately (don't mention both) +- ⚠️ Avoid conflicts: If v0.5.4 solves an issue introduced in v0.5.2, consolidate appropriately (don't mention both) - 📊 Group related changes into themes/categories - 🎯 Focus on user impact, not technical implementation details