rlsbl 0.31.0 → 0.32.0
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,6 +113,13 @@ Created files are committed automatically by default.
|
|
|
113
113
|
|
|
114
114
|
**User-owned files** (CHANGELOG.md, LICENSE, hooks) are never overwritten, even with `--force`.
|
|
115
115
|
|
|
116
|
+
**Customizing CI without conflicts:** Instead of editing `ci.yml` or `publish.yml` (which can produce merge conflicts on `--update`), put extra jobs in a separate workflow file scaffold never touches:
|
|
117
|
+
|
|
118
|
+
- `.github/workflows/ci-custom.yml` -- runs alongside `ci.yml`
|
|
119
|
+
- `.github/workflows/publish-custom.yml` -- runs alongside `publish.yml`
|
|
120
|
+
|
|
121
|
+
See [docs/ci-customization.md](docs/ci-customization.md) for an example.
|
|
122
|
+
|
|
116
123
|
**Runs config migrations** when `.rlsbl/config-schema.json` exists.
|
|
117
124
|
|
|
118
125
|
## Config management
|