Skip to content

Commit 7ac6d05

Browse files
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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@biomejs/biome": "catalog:",
71-
"@oorabona/release-it-preset": "^0.11.0",
71+
"@oorabona/release-it-preset": "^0.12.0",
7272
"@oorabona/vitest-monocart-coverage": "^2.0.1",
7373
"@types/node": "catalog:",
7474
"@vitest/coverage-istanbul": "^4.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)