rlsbl 0.66.2 → 0.66.4
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
|
@@ -157,7 +157,7 @@ See [docs/ci-customization.md](docs/ci-customization.md) for an example.
|
|
|
157
157
|
|
|
158
158
|
## Check system
|
|
159
159
|
|
|
160
|
-
49 checks
|
|
160
|
+
rlsbl includes 49 checks across 6 tags.
|
|
161
161
|
|
|
162
162
|
| Tag | Checks | Description |
|
|
163
163
|
|-----|--------|-------------|
|
|
@@ -165,7 +165,7 @@ See [docs/ci-customization.md](docs/ci-customization.md) for an example.
|
|
|
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
167
|
| `workspace` | 9 | CI router, CI sync, targets, unregistered, stale entries, dev-node boundary, dead packages, subtree remote, layers |
|
|
168
|
-
| `quality` |
|
|
168
|
+
| `quality` | 8 | Dead modules, circular deps, library lint, deps unused/undeclared/runtime-test-only/dev-in-lib, scaffold checks, test suite |
|
|
169
169
|
| (untagged) | 4 | Additional validation checks |
|
|
170
170
|
|
|
171
171
|
```
|