rlsbl 0.121.0 → 0.121.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
@@ -179,14 +179,14 @@ See [docs/ci-customization.md](docs/ci-customization.md) for an example.
179
179
 
180
180
  ## Check system
181
181
 
182
- rlsbl includes 84 checks across 9 tags.
182
+ rlsbl includes 85 checks across 9 tags.
183
183
 
184
184
  Checks are grouped by tag -- `--tag` runs one family, `--name` runs a single check, and `--all` runs everything, including the checks that carry no tag:
185
185
 
186
186
  | Tag | Checks |
187
187
  | --- | --- |
188
- | `project` | 26 |
189
- | `preflight` | 20 |
188
+ | `project` | 27 |
189
+ | `preflight` | 21 |
190
190
  | `workspace` | 19 |
191
191
  | `quality` | 16 |
192
192
  | `changelog` | 11 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.121.0",
3
+ "version": "0.121.2",
4
4
  "description": "Release orchestration and project scaffolding across package ecosystems",
5
5
  "license": "MIT",
6
6
  "bin": {