From 5b43667936e816fe0afa78b261c177c6d49ba07f Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Wed, 13 Nov 2024 07:59:52 +0100 Subject: [PATCH] Update the commit-message behavior docs --- docs/input/docs/reference/version-increments.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/input/docs/reference/version-increments.md b/docs/input/docs/reference/version-increments.md index 7dd4f83f82..3098cad889 100644 --- a/docs/input/docs/reference/version-increments.md +++ b/docs/input/docs/reference/version-increments.md @@ -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,