|
@@ -785,8 +785,6 @@ The example will include `/dir/foo/bar/file`, `/foo/bar/baz`, `/file.php`,
|
|
|
|
|
|
Optional.
|
|
|
|
|
|
-← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →
|
|
|
-
|
|
|
### non-feature-branches
|
|
|
|
|
|
A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something), that will NOT be handled as feature branches. This is an array of string.
|
|
@@ -814,4 +812,6 @@ If you configure latest-.* as a pattern for non-feature-branches like this:
|
|
|
Then "composer show -s" will give you "versions : * dev-latest-testing".
|
|
|
|
|
|
|
|
|
-Optional.
|
|
|
+Optional.
|
|
|
+
|
|
|
+← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →
|