rlsbl 0.82.1 → 0.83.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.82.1",
3
+ "version": "0.83.1",
4
4
  "description": "Release orchestration and project scaffolding across package ecosystems",
5
5
  "license": "MIT",
6
6
  "bin": {