docs: use list so rendering isn't merged (#1009)

This commit is contained in:
James Hegedus 2021-07-25 14:49:43 +10:00 committed by GitHub
parent b3626324db
commit 58ab833714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,11 +94,10 @@ feat!: feature with breaking change
The full list of `<types>` are: `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`.
The `!` indicates a breaking change.
`fix`: will create a new SemVer `patch`
`feat`: will create a new SemVer `minor`
`<type>!`: will create a new SemVer `major`
* `!`: indicates a breaking change
* `fix`: will create a new SemVer `patch`
* `feat`: will create a new SemVer `minor`
* `<type>!`: will create a new SemVer `major`
The Pull Request Title must follow this format.