Skip to content

Commit acf9d11

Browse files
authored
Merge pull request #4308 from arturcic/feature/docs-updqate-commit-message
Update the commit-message behavior docs
2 parents 50ac899 + 5b43667 commit acf9d11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/input/docs/reference/version-increments.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ If the incrementing `mode` is set to `MergeMessageOnly` you can add this
8383
information when merging a pull request. This prevents commits within a PR to
8484
bump the version number.
8585

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-
9186
#### Conventional commit messages
9287

9388
If you want to use the [Conventional Commits][conventional-commits] standard,

0 commit comments

Comments
 (0)