Commit c388a2a0 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

doc: Clarify `BREAKING CHANGE` usage

parent f3b2df56
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,9 +39,9 @@ the conventions of [Conventional Commits (v1.0.0-beta.2)](https://www.convention

### TL;DR

- Commit messages starting with `fix: ` trigger a patch version bump
- Commit messages starting with `feat: ` trigger a minor version bump
- Commit messages starting with `BREAKING CHANGE: ` trigger a major version bump.
- Commit title starting with `fix: ` trigger a patch version bump
- Commit title starting with `feat: ` trigger a minor version bump
- Commit body contains `BREAKING CHANGE: ` trigger a major version bump. This can be part of commits of _any_ type.

## Automatic versioning