@ferrflow/darwin-x64 7.21.9 → 7.22.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 CHANGED
@@ -73,8 +73,11 @@ npm install -D ferrflow
73
73
  docker run --rm -v "$PWD:/repo" ghcr.io/ferrlabs/ferrflow:latest check
74
74
  ```
75
75
 
76
- The image runs as a non-root user (`ferrflow`, uid 1000) and works on `/repo`.
77
- If your checkout is owned by a different uid, pass your own:
76
+ The image runs as a non-root user (`ferrflow`, uid 1000) and works on `/repo`. It ships `git`,
77
+ trusts the checkout whoever owns it, and signs release commits as `FerrFlow <bot@ferrflow.com>`
78
+ unless `GIT_AUTHOR_NAME` / `GIT_AUTHOR_EMAIL` or the repository's own `user.*` config say otherwise.
79
+ FerrFlow still needs write access to the files it bumps, so if your checkout is owned by a different
80
+ uid, pass your own:
78
81
 
79
82
  ```bash
80
83
  docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/repo" ghcr.io/ferrlabs/ferrflow:latest check
package/bin/ferrflow CHANGED
Binary file
package/package.json CHANGED
@@ -12,5 +12,5 @@
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/FerrLabs/FerrFlow.git"
14
14
  },
15
- "version": "7.21.9"
15
+ "version": "7.22.0"
16
16
  }