We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da00cd5 commit cab5da3Copy full SHA for cab5da3
1 file changed
README.md
@@ -34,9 +34,9 @@ prefix in your commit message:
34
35
[conventional-commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
36
37
-1. `fix:` to trigger a patch release,
38
-1. `feat:` to trigger minor, or
39
-1. `feat!:` to trigger major
+1. Use `fix:` to trigger a patch release
+1. Use `feat:` to trigger minor
+1. Use `<type>!:` or add a `BREAKING CHANGE` trailer to trigger major
40
41
When such a commit is merged to `main`, a new GitHub release will be created and
42
a `PKGBUILD` update will be [published automatically][aur-publish-action].
0 commit comments