Commit d002ba8
docs: add empty CHANGELOG.md placeholder (#16)
Makes the CHANGELOG.md link added to README.md (#15) resolve to a real
file instead of a 404, ahead of the first real release-please run
creating it for real.
Verified this is safe by reading release-please's actual updater source
(`updaters/changelog.js` in the npm package): content is coerced with
`content || ''`, and an empty string is falsy, so a 0-byte file takes
the exact same code path as a genuinely absent file — clean header +
first entry, nothing demoted or duplicated. Any non-empty placeholder
text, by contrast, survives the bootstrap but gets pushed below the
first release entry as an orphaned, permanently-demoted sub-heading —
confirmed from the same source, not worth risking.
No conflict with #15 (different file) — can merge in either order.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 1bbbb1d commit d002ba8
1 file changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments