瀏覽代碼

* 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 indentation

rkerner 10 年之前
父節點
當前提交
86c7dfcd94
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/04-schema.md

+ 3 - 3
doc/04-schema.md

@@ -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) →