Context
In .claude/commands/update-changelog.md, the Version Stamping section header (line 153) reads:
When this command is invoked with release, rc, or beta, use the rake task to stamp the version header
This doesn't mention explicit version support (e.g., 16.5.0.rc.10), even though Step 4 and the "Before a release" summary (line 26) both document it correctly.
Suggested fix
Update line 153 to:
When this command is invoked with `release`, `rc`, `beta`, or an explicit version (e.g., `16.5.0.rc.10`), **use the rake task to stamp the version header** after adding entries:
Origin
Flagged during review of PR #2634 — deferred as a minor follow-up since the detailed instructions in Step 4 are already correct.
Context
In
.claude/commands/update-changelog.md, the Version Stamping section header (line 153) reads:This doesn't mention explicit version support (e.g.,
16.5.0.rc.10), even though Step 4 and the "Before a release" summary (line 26) both document it correctly.Suggested fix
Update line 153 to:
Origin
Flagged during review of PR #2634 — deferred as a minor follow-up since the detailed instructions in Step 4 are already correct.