rlsbl 0.82.0 → 0.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ Manage multi-package workspaces with `rlsbl monorepo`:
|
|
|
206
206
|
- `monorepo graph` -- export dependency graph (JSON, DOT, text)
|
|
207
207
|
- `monorepo snapshot` -- committed JSON artifact of workspace state
|
|
208
208
|
- `monorepo impact` -- change analysis across the dependency graph
|
|
209
|
-
- `monorepo release` -- batch release in topological order
|
|
209
|
+
- `monorepo release run` -- batch release in topological order
|
|
210
210
|
|
|
211
211
|
Supports architectural layer rules via `[layers]` in `workspace.toml` for enforcing dependency direction.
|
|
212
212
|
|