@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 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
@@ -12,5 +12,5 @@
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/FerrFlow-Org/FerrFlow.git"
14
14
  },
15
- "version": "2.19.3"
15
+ "version": "2.20.2"
16
16
  }