Skip to content

Commit c464c02

Browse files
committed
Moved is-develop and is-release-branch documentation to the branch config section.
1 parent 18b6b46 commit c464c02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ The global configuration options are:
9898
`commits-before: 2015-10-23T12:23:15`) to setup an exclusion range.
9999
Effectively any commit < `commits-before` will be ignored.
100100

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-
106101
## Branch configuration
107102

108103
Then we have branch specific configuration, which looks something like this:
@@ -168,5 +163,10 @@ branches:
168163
merge into `master` and tag `1.0.0`. The tag is *not* on develop, but develop
169164
should be version `1.0.0` now.
170165

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+
171171
We don't envision many people needing to change most of these configuration
172172
values, but they are there if you need to.

0 commit comments

Comments
 (0)