|
@@ -880,7 +880,7 @@ Optional.
|
|
|
|
|
|
### non-feature-branches
|
|
### 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.
|
|
|
|
|
|
+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 strings.
|
|
|
|
|
|
If you have non-numeric branch names, for example like "latest", "current", "latest-stable"
|
|
If you have non-numeric branch names, for example like "latest", "current", "latest-stable"
|
|
or something, that do not look like a version number, then composer handles such branches
|
|
or something, that do not look like a version number, then composer handles such branches
|
|
@@ -910,4 +910,4 @@ Then "composer show -s" will give you `versions : * dev-latest-testing`.
|
|
|
|
|
|
Optional.
|
|
Optional.
|
|
|
|
|
|
-← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →
|
|
|
|
|
|
+← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →
|