Skip to content

Commit 5d78fa4

Browse files
authoredDec 2, 2021
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
1 parent b64855f commit 5d78fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The table below shows which commit message gets you which release type when `sem
6060
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------- |
6161
| `fix(pencil): stop graphite breaking when too much pressure applied` | ~~Patch~~ Fix Release |
6262
| `feat(pencil): add 'graphiteWidth' option` | ~~Minor~~ Feature Release |
63-
| `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 |
63+
| `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) |
6464

6565
### Automation with CI
6666

0 commit comments

Comments
 (0)
Please sign in to comment.