Skip to content

Commit

Permalink
Merge pull request #2 from achingbrain/patch-1
Browse files Browse the repository at this point in the history
docs: add note about using !: to rev the major
  • Loading branch information
Alvaro Jose authored Aug 14, 2023
2 parents e9938d0 + 17b75fb commit 8466c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ you'll need to configure that workflow yourself. You can look to the
* If the package hasn't been published or the prior publish does not include a git hash, we'll
only pull the commit data that triggered the action.
* Based on the commit messages, increment the version from the lastest release.
* If the string "BREAKING CHANGE" is found anywhere in any of the commit messages or descriptions the major
* If the strings "BREAKING CHANGE" or "!:" are found anywhere in any of the commit messages or descriptions the major
version will be incremented.
* If a commit message begins with the string "feat" then the minor version will be increased. This works
for most common commit metadata for feature additions: `"feat: new API"` and `"feature: new API"`.
Expand Down

0 comments on commit 8466c37

Please sign in to comment.