Commit 2ca0cb3
## Summary
This PR corrects the CHANGELOG.md to properly reflect the v9.3.0 release
that was published today, and improves the `/update-changelog` slash
command to prevent future misalignment.
## Changes
### CHANGELOG.md Updates
- Moved three user-visible bug fixes from "Unreleased" section to v9.3.0
section:
- PR #786: Enhanced error handling for better security and debugging
- PR #778: Improved type safety and error handling in configExporter
module
- PR #774: Default template no longer triggers production warning
- Updated v9.3.0 release date from October 28 to November 2, 2025
(actual tag date)
### /update-changelog Command Improvements
- Added critical instructions to check version tag dates first
- Added logic to detect when a tag is ahead of the main branch
- Added step to determine where entries should go based on version
boundaries
- Prevents future changelog issues by verifying version dates match
actual tag dates
## Why This Was Needed
The v9.3.0 tag was created today and is actually ahead of the main
branch. The three PRs that were in the "Unreleased" section were
actually part of the v9.3.0 release and needed to be moved to that
version section.
## Test Plan
- [x] Linting passes (\`yarn lint\`)
- [x] All changelog entries properly formatted with correct PR links and
authors
- [x] File ends with newline character
- [x] Release date matches actual tag date
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude <[email protected]>
1 parent 85372a4 commit 2ca0cb3
2 files changed
+31
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
94 | 103 | | |
95 | | - | |
| 104 | + | |
96 | 105 | | |
97 | | - | |
| 106 | + | |
98 | 107 | | |
99 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
100 | 112 | | |
101 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
102 | 120 | | |
103 | 121 | | |
104 | 122 | | |
105 | 123 | | |
106 | 124 | | |
107 | 125 | | |
108 | | - | |
| 126 | + | |
109 | 127 | | |
110 | 128 | | |
111 | 129 | | |
112 | 130 | | |
113 | 131 | | |
114 | | - | |
| 132 | + | |
115 | 133 | | |
116 | 134 | | |
117 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
0 commit comments