You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.**Section order** (only include sections that have entries):
105
-
- Breaking changes
106
-
- Features / New features
107
-
- Bug fixes
108
-
- Documentation
109
-
- Tests
110
-
- Development
104
+
2.**Section order** (only include sections that have entries — this order is mandatory, never reorder):
105
+
1. Breaking changes
106
+
2. What's new
107
+
3. Bug fixes
108
+
4. Documentation
109
+
5. Tests
110
+
6. Development
111
+
112
+
**IMPORTANT**: Always use the exact heading names above. In particular, use `### What's new` (not "Features" or "New features") — this matches the project's established convention in recent releases.
111
113
112
114
3.**Simple entries** — single bullet:
113
115
```markdown
@@ -133,7 +135,7 @@ A structured list of entries grouped by section, each with:
133
135
134
136
6.**Match existing style**:
135
137
- Check whether the project uses "Bug fixes" or "Bug Fixes" (match existing capitalization)
136
-
-Check whether "Features" or "New features" is used
138
+
-This project uses "What's new" (not "Features" or "New features")
0 commit comments