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.
Files changed (2) hide show
  1. package/README.md +2 -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 organized by tag:
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` | 7 | Dead modules, circular deps, library lint, deps unused/undeclared/runtime-test-only/dev-in-lib, scaffold checks |
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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.66.2",
3
+ "version": "0.66.4",
4
4
  "description": "Release orchestration and project scaffolding for npm, PyPI, and Go",
5
5
  "license": "MIT",
6
6
  "bin": {