rlsbl 0.66.1 → 0.66.3
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,19 +157,19 @@ See [docs/ci-customization.md](docs/ci-customization.md) for an example.
|
|
|
157
157
|
|
|
158
158
|
## Check system
|
|
159
159
|
|
|
160
|
-
|
|
160
|
+
49 checks organized by tag:
|
|
161
161
|
|
|
162
162
|
| Tag | Checks | Description |
|
|
163
163
|
|-----|--------|-------------|
|
|
164
164
|
| `project` | 12 | Version, name, license, description consistency; config schema; private hook/workflow; npm mismatch; target readability; selfdoc drift |
|
|
165
165
|
| `release` | 4 | Local/remote tag, GitHub Release, branch sync |
|
|
166
166
|
| `changelog` | 9 | Hash resolution, range, coverage, orphans, schema, user-facing, batch limits, entry |
|
|
167
|
-
| `workspace` |
|
|
167
|
+
| `workspace` | 9 | CI router, CI sync, targets, unregistered, stale entries, dev-node boundary, dead packages, subtree remote, layers |
|
|
168
168
|
| `quality` | 7 | Dead modules, circular deps, library lint, deps unused/undeclared/runtime-test-only/dev-in-lib, scaffold checks |
|
|
169
169
|
| (untagged) | 4 | Additional validation checks |
|
|
170
170
|
|
|
171
171
|
```
|
|
172
|
-
rlsbl check --all # run all
|
|
172
|
+
rlsbl check --all # run all 49 checks
|
|
173
173
|
rlsbl check --tag changelog # run checks by tag
|
|
174
174
|
rlsbl check --name lock # run a single check
|
|
175
175
|
```
|