docs(breaking-change): highlighted the need for BREAKING CHANGE:
to be in the commit footer (#2283)
since this is a common confusion point for new folks
This commit is contained in:
parent
b64855fc57
commit
5d78fa4045
@ -60,7 +60,7 @@ The table below shows which commit message gets you which release type when `sem
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------- |
|
||||
| `fix(pencil): stop graphite breaking when too much pressure applied` | ~~Patch~~ Fix Release |
|
||||
| `feat(pencil): add 'graphiteWidth' option` | ~~Minor~~ Feature Release |
|
||||
| `perf(pencil): remove graphiteWidth option`<br><br>`BREAKING CHANGE: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.` | ~~Major~~ Breaking Release |
|
||||
| `perf(pencil): remove graphiteWidth option`<br><br>`BREAKING CHANGE: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.` | ~~Major~~ Breaking Release <br /> (Note that the `BREAKING CHANGE: ` token must be in the footer of the commit) |
|
||||
|
||||
### Automation with CI
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user