rlsbl 0.66.0 → 0.66.2

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 +3 -3
  2. 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
- 44 checks organized by tag:
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` | 8 | CI router, CI sync, targets, unregistered, stale entries, dev-node boundary, dead packages, subtree remote, layers |
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 44 checks
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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.66.0",
3
+ "version": "0.66.2",
4
4
  "description": "Release orchestration and project scaffolding for npm, PyPI, and Go",
5
5
  "license": "MIT",
6
6
  "bin": {