* added non-feature-branches to handle non-numeric branches matching configured patterns not been handled as feature branches
* added documentation to doc/04-schema.md * fixed indentationpull/3699/head
parent
62636cdd64
commit
86c7dfcd94
|
@ -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) →
|
Loading…
Reference in New Issue