Skip to content

Commit 493489b

Browse files
committed
Fix inaccurate description of none bump type
`none` doesn't suppress propagation — it acknowledges a change without triggering a direct bump. Cascading bumps still apply normally.
1 parent 0657703 commit 493489b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/differences-from-changesets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Key differences from changesets:
2121
- Out-of-range peer dep bumps match the triggering bump level (not always major) — a minor bump on `core` → minor bump on `plugin`, not major
2222
- Dev deps never propagate by default (configurable per-package for bundled devDeps)
2323
- `cascadeTo` config for source-side "when I change, cascade to these packages"
24-
- Per-bump-file `none` to suppress propagation on specific changes
24+
- Per-bump-file `none` to acknowledge changes without triggering a direct bump
2525
- Warns about `^0.x` caret range gotchas and `workspace:*` on peer deps
2626

2727
See [docs/version-propagation.md](./version-propagation.md) for the full algorithm.

0 commit comments

Comments
 (0)