Commit 7ac6d05
authored
chore(deps): bump @oorabona/release-it-preset 0.11.0 → 0.12.0 (#118)
Future workspace releases (`tar-xz`, `nxz-cli`) now auto-scope their
CHANGELOG entries to commits since the LAST per-package release commit
(matching `chore(<pkg>): release v*`), instead of since the last
GPG-signed root tag.
Eliminates the need for post-release manual CHANGELOG curation that
nxz-cli@6.1.0 required to drop entries from #108 (already in 6.0.0),
#115 (biome refactor body fragments), and `adfbc99` (changesets adoption,
already removed). Empirical dry-run from `packages/nxz/` with
`GIT_CHANGELOG_PATH=.` produces zero diff: the new `resolveSinceBaseline`
correctly stops at `ecff028 chore(nxz-cli): release v6.1.0`.
The new `GIT_CHANGELOG_SINCE` env var also provides an explicit override
escape hatch for projects whose release commits do not follow the
`chore(<pkg>): release v*` pattern.1 parent ca6b389 commit 7ac6d05
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments