rlsbl 0.93.0 → 0.95.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 +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,19 +113,20 @@ See [docs/ci-customization.md](docs/ci-customization.md) for an example.
|
|
|
113
113
|
|
|
114
114
|
## Check system
|
|
115
115
|
|
|
116
|
-
rlsbl includes
|
|
116
|
+
rlsbl includes 59 checks across 9 tags.
|
|
117
117
|
|
|
118
118
|
| Tag | Checks | Description |
|
|
119
119
|
|-----|--------|-------------|
|
|
120
|
-
| `project` |
|
|
121
|
-
| `release` |
|
|
120
|
+
| `project` | 14 | Version, name, license, description consistency; config schema; private hook/workflow; npm mismatch; target/dunder version readability; selfdoc drift; scaffold conflicts |
|
|
121
|
+
| `release` | 5 | Local/remote tag, GitHub Release, branch sync, scaffold conflicts |
|
|
122
122
|
| `changelog` | 9 | Hash resolution, range, coverage, orphans, schema, user-facing, batch limits, entry |
|
|
123
|
-
| `workspace` |
|
|
124
|
-
| `quality` |
|
|
125
|
-
|
|
|
123
|
+
| `workspace` | 14 | CI router, CI sync, targets, unregistered, stale entries, dev-only/unversioned boundaries, dead packages, subtree remote, buildability, gitignore, root conflict, Go companion tags, workspace tests |
|
|
124
|
+
| `quality` | 9 | Dead modules, circular deps, library/ruff lint, deps runtime-test-only/dev-in-lib, scaffold vars, test suite, Maven Central metadata |
|
|
125
|
+
| `prepush` | 6 | Changelog coverage, gitignore guard, manual-push warning, tests, scaffold conflicts |
|
|
126
|
+
| (untagged) | 4 | Layers violations, deps unused/undeclared/stale |
|
|
126
127
|
|
|
127
128
|
```
|
|
128
|
-
rlsbl check --all # run all
|
|
129
|
+
rlsbl check --all # run all checks
|
|
129
130
|
rlsbl check --tag changelog # run checks by tag
|
|
130
131
|
rlsbl check --name lock # run a single check
|
|
131
132
|
```
|