mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: use list so rendering isn't merged (#1009)
This commit is contained in:
parent
b3626324db
commit
58ab833714
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user