Skip to content

Commit

Permalink
* added non-feature-branches to handle non-numeric branches matching …
Browse files Browse the repository at this point in the history
…configured patterns not been handled as feature branches

* added documentation to doc/04-schema.md
* fixed indentation and styling
  • Loading branch information
rkerner committed Feb 11, 2015
1 parent 86c7dfc commit 40b498c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/04-schema.md
Expand Up @@ -801,16 +801,15 @@ names, that should be handled as dev version branches.

An example:
If you have a testing branch, that is heavily maintained during a testing phase and is
deployed to your staging environment, normally "composer show -s" will give you "versions : * dev-master".
deployed to your staging environment, normally "composer show -s" will give you `versions : * dev-master`.

If you configure latest-.* as a pattern for non-feature-branches like this:

{
"non-feature-branches": ["latest-.*"]
}

Then "composer show -s" will give you "versions : * dev-latest-testing".

Then "composer show -s" will give you `versions : * dev-latest-testing`.

Optional.

Expand Down

0 comments on commit 40b498c

Please sign in to comment.