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

Update README.md

parent c388a2a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ the conventions of [Conventional Commits (v1.0.0-beta.2)](https://www.convention

- 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.
- Commit body contains `BREAKING CHANGE: ` trigger a major version bump. This can be part of commits of any _type_.

## Automatic versioning