@ferrflow/darwin-x64 3.0.0 → 3.0.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 +1 -8
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,14 +14,7 @@ FerrFlow reads your commit history, determines the right version bump, updates y
|
|
|
14
14
|
|
|
15
15
|
## Why FerrFlow?
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
| Tool | Monorepo | Multi-language | Runtime |
|
|
20
|
-
|------|----------|---------------|---------|
|
|
21
|
-
| semantic-release | plugins | JS only | Node.js |
|
|
22
|
-
| changesets | manual | JS only | Node.js |
|
|
23
|
-
| knope | limited | partial | none |
|
|
24
|
-
| FerrFlow | native | yes | none |
|
|
17
|
+
A single compiled binary with no runtime dependencies. Native monorepo support, multi-language versioning, and works with any repo layout.
|
|
25
18
|
|
|
26
19
|
## Supported version files
|
|
27
20
|
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED