rlsbl 0.23.0 → 0.24.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ rlsbl watch <sha> # monitor CI for that release
31
31
 
32
32
  ## Commands
33
33
 
34
- All commands auto-detect registries from project files (`package.json`, `pyproject.toml`, `go.mod`). Use `--registry <npm|pypi|go>` to target a specific one.
34
+ All commands auto-detect registries from project files (`package.json`, `pyproject.toml`, `go.mod`). Use `--target <npm|pypi|go>` to target a specific one.
35
35
 
36
36
  | Command | Description |
37
37
  |---------|-------------|
@@ -49,7 +49,7 @@ All commands auto-detect registries from project files (`package.json`, `pyproje
49
49
  | `record-gif` | Record a demo GIF with vhs |
50
50
  | `pre-push-check` | Verify CHANGELOG entry exists for the current version |
51
51
 
52
- Global flags: `--help`, `--version`, `--target <npm|pypi|go>`, `--registry <npm|pypi|go>` (deprecated alias for `--target`), `--no-tag`.
52
+ Global flags: `--help`, `--version`, `--target <npm|pypi|go>`, `--no-tag`.
53
53
 
54
54
  ## Release flow
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "Release orchestration and project scaffolding for npm, PyPI, and Go",
5
5
  "license": "MIT",
6
6
  "bin": {