@ferrflow/darwin-x64 2.19.3 → 2.20.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 -1
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -330,7 +330,9 @@ Map branches to channels automatically:
|
|
|
330
330
|
}
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
Branch names support glob patterns. The first match wins.
|
|
333
|
+
Branch names support glob patterns. The first match wins. Wildcards match across
|
|
334
|
+
`/` separators, so `*` matches branches like `fix/global` and `feature/*` matches
|
|
335
|
+
`feature/auth/oauth`.
|
|
334
336
|
|
|
335
337
|
### Identifier strategies
|
|
336
338
|
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED