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.
- package/README.md +3 -3
- 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
|
|
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` |
|
|
189
|
-
| `preflight` |
|
|
188
|
+
| `project` | 27 |
|
|
189
|
+
| `preflight` | 21 |
|
|
190
190
|
| `workspace` | 19 |
|
|
191
191
|
| `quality` | 16 |
|
|
192
192
|
| `changelog` | 11 |
|