From f0e68a4f664021d89a51deb791b7080ffa86c56c Mon Sep 17 00:00:00 2001 From: Dom Light Date: Fri, 23 Jan 2026 09:24:20 +0000 Subject: [PATCH] docs: update docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6b8516a..377069b 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ _Unless the current commit is already tagged, the version produced by this actio ## Major and Minor Versions The commit messages for the span of commits from the last tag are checked for the -presence of version bump patterns. By default, `feat:` triggers a minor version bump, +presence of version bump patterns. By default, `feat:` or `feat(scope):` trigger a minor version bump, while `!:` (e.g., `feat!:`, `fix!:`) or `BREAKING CHANGE:` triggers a major version bump. If a pattern is encountered that commit is treated as the start of a major or minor version instead of the default patch level. As with normal commits the implied version