Skip to content

Commit

Permalink
Merge pull request #4308 from arturcic/feature/docs-updqate-commit-me…
Browse files Browse the repository at this point in the history
…ssage

Update the commit-message behavior docs
  • Loading branch information
arturcic authored Nov 13, 2024
2 parents 50ac899 + 5b43667 commit acf9d11
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/input/docs/reference/version-increments.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ If the incrementing `mode` is set to `MergeMessageOnly` you can add this
information when merging a pull request. This prevents commits within a PR to
bump the version number.

One thing to be aware of: If the current version is an alpha-version (i.e.
`0.x.y`.), attempting to bump the major version will merely bump the minor (eg
from `0.2.0` to `0.3.0` instead of `1.0.0`). Once the current version is greater
than `1.0.0`, bumping the major version works as expected.

#### Conventional commit messages

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

0 comments on commit acf9d11

Please sign in to comment.