File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,6 @@ The global configuration options are:
98
98
` commits-before: 2015-10-23T12:23:15 ` ) to setup an exclusion range.
99
99
Effectively any commit < ` commits-before ` will be ignored.
100
100
101
- - ** ` is-develop: ` ** Indicates this branch config represents develop in GitFlow
102
-
103
- - ** ` is-release-branch: ` ** Indicates this branch config represents a release
104
- branch in GitFlow
105
-
106
101
## Branch configuration
107
102
108
103
Then we have branch specific configuration, which looks something like this:
@@ -168,5 +163,10 @@ branches:
168
163
merge into `master` and tag `1.0.0`. The tag is *not* on develop, but develop
169
164
should be version `1.0.0` now.
170
165
166
+ - **`is-develop:`** Indicates this branch config represents develop in GitFlow
167
+
168
+ - **`is-release-branch:`** Indicates this branch config represents a release
169
+ branch in GitFlow
170
+
171
171
We don't envision many people needing to change most of these configuration
172
172
values, but they are there if you need to.
You can’t perform that action at this time.
0 commit comments