Commit d2e2bc7
fix: remove v prefix from git tags to restore historical convention
PR #1856 unintentionally introduced a `v` prefix to git tags when it
replaced `release-it` with manual git commands. The `release-it` tool
auto-detected the existing tag format (no `v` prefix), but the manual
implementation explicitly added `v#{version}`.
This broke 9+ years of consistent tagging convention (versions 2.0.0
through 16.1.2 all used no `v` prefix) and caused issues like broken
CHANGELOG links (fixed in PR #2263).
Changes:
- Remove `v` prefix from tag creation in release.rake
- Update releasing.md to document the correct convention
- Update update-changelog.md to reflect no `v` prefix for future tags
- Add notes about historical v16.2.0.beta.x tags that have `v` prefix
Fixes #2267
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 3efa19d commit d2e2bc7
File tree
3 files changed
+15
-7
lines changed- .claude/commands
- docs/contributor-info
- rakelib
3 files changed
+15
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | | - | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
213 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
214 | 219 | | |
215 | 220 | | |
216 | 221 | | |
| |||
233 | 238 | | |
234 | 239 | | |
235 | 240 | | |
236 | | - | |
| 241 | + | |
| 242 | + | |
237 | 243 | | |
238 | 244 | | |
239 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
0 commit comments