rlsbl 0.30.1 → 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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.30.1",
3
+ "version": "0.32.0",
4
4
  "description": "Release orchestration and project scaffolding for npm, PyPI, and Go",
5
5
  "license": "MIT",
6
6
  "bin": {