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.
- package/README.md +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 `--
|
|
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>`, `--
|
|
52
|
+
Global flags: `--help`, `--version`, `--target <npm|pypi|go>`, `--no-tag`.
|
|
53
53
|
|
|
54
54
|
## Release flow
|
|
55
55
|
|