Commit 80b707b
Fix update-changelog command: remove redundancy and fix formatting
Addresses code review feedback:
1. **Removed redundant section headers**:
- "New Features" (redundant with standard "Added")
- "Bug Fixes" (redundant with standard "Fixed")
- "Security Enhancements" (redundant with standard "Security")
- "Code Improvements" (internal, not user-visible)
2. **Added "Improved" to standard headers** (used 9 times in CHANGELOG.md)
3. **Emphasized standard headers**: Updated guidance to prefer standard
keepachangelog.com headers and use custom ones sparingly
4. **Fixed broken markdown formatting**:
- Corrected triple/quadruple backtick issues in Breaking Change example
- Removed nested code blocks that broke rendering
- Simplified code examples within the markdown example
5. **Final header list**:
- Standard: Added, Changed, Deprecated, Removed, Fixed, Security, Improved
- Custom: Breaking Changes, API Improvements, Developer Experience,
Generator Improvements, Performance, Pro License Features
This reduces confusion and ensures the command guides developers to use
consistent, standard headers while keeping legitimate project-specific
headers for special cases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b76c360 commit 80b707b
1 file changed
+9
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 76 | + | |
| 77 | + | |
81 | 78 | | |
82 | | - | |
| 79 | + | |
83 | 80 | | |
84 | | - | |
| 81 | + | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
211 | 208 | | |
212 | 209 | | |
213 | 210 | | |
214 | | - | |
| 211 | + | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
| |||
225 | 222 | | |
226 | 223 | | |
227 | 224 | | |
228 | | - | |
229 | | - | |
230 | 225 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | 226 | | |
236 | 227 | | |
237 | | - | |
238 | | - | |
239 | 228 | | |
240 | 229 | | |
241 | 230 | | |
242 | 231 | | |
243 | 232 | | |
244 | | - | |
245 | | - | |
246 | 233 | | |
247 | 234 | | |
248 | 235 | | |
| |||
253 | 240 | | |
254 | 241 | | |
255 | 242 | | |
256 | | - | |
0 commit comments