Skip to content

Commit cab5da3

Browse files
committed
chore(docs): tweak release docs
1 parent da00cd5 commit cab5da3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ prefix in your commit message:
3434

3535
[conventional-commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
3636

37-
1. `fix:` to trigger a patch release,
38-
1. `feat:` to trigger minor, or
39-
1. `feat!:` to trigger major
37+
1. Use `fix:` to trigger a patch release
38+
1. Use `feat:` to trigger minor
39+
1. Use `<type>!:` or add a `BREAKING CHANGE` trailer to trigger major
4040

4141
When such a commit is merged to `main`, a new GitHub release will be created and
4242
a `PKGBUILD` update will be [published automatically][aur-publish-action].

0 commit comments

Comments
 (0)