We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ac899 commit 5b43667Copy full SHA for 5b43667
docs/input/docs/reference/version-increments.md
@@ -83,11 +83,6 @@ If the incrementing `mode` is set to `MergeMessageOnly` you can add this
83
information when merging a pull request. This prevents commits within a PR to
84
bump the version number.
85
86
-One thing to be aware of: If the current version is an alpha-version (i.e.
87
-`0.x.y`.), attempting to bump the major version will merely bump the minor (eg
88
-from `0.2.0` to `0.3.0` instead of `1.0.0`). Once the current version is greater
89
-than `1.0.0`, bumping the major version works as expected.
90
-
91
#### Conventional commit messages
92
93
If you want to use the [Conventional Commits][conventional-commits] standard,
0 commit comments