Skip to content

Commit 2f7f7f5

Browse files
authored
Merge pull request #1443 from ermshiperete/patch-1
Update doc (`is-develop` is obsolete)
2 parents f0046a2 + d2e6f6f commit 2f7f7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Sets the `mode` of how GitVersion should create a new version. Read more at
9797
### increment
9898
The part of the SemVer to increment when GitVersion detects it needs to be increased, such as for commits after a tag: `Major`, `Minor`, `Patch`, `None`.
9999

100-
The special value `Inherit` means that GitVersion should find the parent branch (i.e. the branch where the current branch was branched from), and use its values for [increment](#increment), [prevent-increment-of-merged-branch-version](#prevent-increment-of-merged-branch-version) and [is-develop](#is-develop).
100+
The special value `Inherit` means that GitVersion should find the parent branch (i.e. the branch where the current branch was branched from), and use its values for [increment](#increment), [prevent-increment-of-merged-branch-version](#prevent-increment-of-merged-branch-version) and [tracks-release-branches](#tracks-release-branches).
101101

102102
### continuous-delivery-fallback-tag
103103
When using `mode: ContinuousDeployment`, the value specified in

0 commit comments

Comments
 (0)