@@ -9,15 +9,19 @@ Prepare release-related changes in NovaModuleTools without publishing or tagging
992 . Inspect the touched versioning, package, publish, or release tests.
10103 . Confirm whether the change affects stable releases, prereleases, or both.
11114 . Update changelog, release notes, and contributor docs as needed.
12- 5 . Check whether ` RELEASE_NOTE.md ` needs the placeholder rule under ` ## [Unreleased] ` :
13- - If there are no real public API or workflow changes, ensure ` ### Added ` contains exactly
12+ 5 . Use only the official Keep a Changelog section types in ` CHANGELOG.md ` and ` RELEASE_NOTE.md ` : ` Added ` , ` Changed ` ,
13+ ` Deprecated ` , ` Removed ` , ` Fixed ` , and ` Security ` .
14+ - Do not create custom headings such as ` Documentation ` ; place documentation-related release notes under the official
15+ type that best matches the actual impact.
16+ 6 . Check whether ` RELEASE_NOTE.md ` needs the placeholder rule under ` ## [Unreleased] ` :
17+ - If there are no real public API or workflow changes, ensure ` ### Added ` contains exactly
1418 ` No public API or workflow changes in this release. Internal maintenance only. `
15- - If there are real release-note entries, remove that placeholder.
16- 6 . Keep ` RELEASE_NOTE.md ` free of compare-link footer URLs.
17- 7 . Validate the relevant release or versioning path.
18- 8 . Summarize the result using the exact structure from ` .github/pull_request_template.md ` .
19- 9 . Make the summary concise, reviewer-focused, directly reusable, and compliant with the ` markdown-authoring ` skill
20- (` .github/skills/markdown-authoring/SKILL.md ` ) when the output is returned as Markdown.
19+ - If there are real release-note entries, remove that placeholder.
20+ 7 . Keep ` RELEASE_NOTE.md ` free of compare-link footer URLs.
21+ 8 . Validate the relevant release or versioning path.
22+ 9 . Summarize the result using the exact structure from ` .github/pull_request_template.md ` .
23+ 10 . Make the summary concise, reviewer-focused, directly reusable, and compliant with the ` markdown-authoring ` skill
24+ (` .github/skills/markdown-authoring/SKILL.md ` ) when the output is returned as Markdown.
2125
2226## Repository-specific reminders
2327
0 commit comments