mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
fix: correct broken backticks typo
This commit is contained in:
parent
118d24b0ca
commit
25f393f28c
@ -34,7 +34,7 @@ consumers of your library:
|
||||
1. **BREAKING CHANGE:** a commit that has a footer `BREAKING CHANGE:`, or appends a `!` after the type/scope, introduces a breaking API change (correlating with [`MAJOR`](http://semver.org/#summary) in Semantic Versioning).
|
||||
A BREAKING CHANGE can be part of commits of any _type_.
|
||||
1. _types_ other than `fix:` and `feat:` are allowed, for example [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) (based on the [the Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines)) recommends `build:`, `chore:`,
|
||||
`ci:', `docs:`, `style:`, `refactor:`, `perf:`, `test:`, and others.
|
||||
`ci:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`, and others.
|
||||
1. _footers_ other than `BREAKING CHANGE: <description>` may be provided and follow a convention similar to
|
||||
[git trailer format](https://git-scm.com/docs/git-interpret-trailers).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user