From 4b7001b7314eb6a839b5702ada1889cadfb95a4f Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 12 Apr 2026 20:13:37 +0000 Subject: [PATCH] refactor(generate-notes): update comment formatting for clarity Revised the comment regarding explicitly skipped commits to enhance readability and maintain consistency in documentation style. Impact: Improved clarity for developers reviewing the release notes generation script. --- scripts/release/generate-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/generate-notes b/scripts/release/generate-notes index 141347a..3046ee1 100755 --- a/scripts/release/generate-notes +++ b/scripts/release/generate-notes @@ -316,7 +316,7 @@ is now more RELIABLE. - Use commit text as context, not as absolute truth - If commit text conflicts with final file list or final diff, trust final state - Revert commits indicate earlier changes may be superseded -- Commits listed as "explicitly skipped" are non-user-facing by author intent and must not be mentioned +- Commits listed as \"explicitly skipped\" are non-user-facing by author intent and must not be mentioned ## WRITING RULES — FOLLOW STRICTLY