File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
docs/input/docs/reference Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,18 @@ The details of the available options are as follows:
6868
6969### next-version
7070
71- Allows you to bump the next version explicitly, useful for bumping ` main` or a
72- feature with breaking changes (i.e., a major increment).
71+ Allows you to bump the next version explicitly. Useful for bumping ` main` or a
72+ feature branch with breaking changes (i.e., a major increment), indicating what
73+ the next `git tag` is going to be.
74+
75+ ` next-version` is not a permanent replacement for `git tag` and should only be
76+ used intermittently. Since version 5.5 GitVersion supports `next-version` with
77+ `mode : Mainline` and should not be treated as a "base version".
78+
79+ If you are using `next-version` and are experiencing weird versioning behaviour,
80+ please remove it, create a `git tag` with an appropriate version number on an
81+ appropriate historical commit and see if that resolves any versioning issues
82+ you may have.
7383
7484# ## assembly-versioning-scheme
7585
You can’t perform that action at this time.
0 commit comments