Skip to content

Commit f48c63c

Browse files
authored
Update doc (is-develop is obsolete)
This change updates the configuration doc and replaces deprecated `is-develop` with `tracks-release-branches`.
1 parent c7c0332 commit f48c63c

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)