Skip to content

Commit

Permalink
docs(contributing): fix commit message examples (semantic-release#1648)
Browse files Browse the repository at this point in the history
It had the backticks (`\``) around the messages, but I think they were unintentional, probably a leftover from copy-pasting.
  • Loading branch information
MicaelJarniac authored and pull[bot] committed Oct 2, 2020
1 parent 5159200 commit 9766855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -183,17 +183,17 @@ The footer should contain any information about **Breaking Changes** and is also
#### Examples

```commit
`fix(pencil): stop graphite breaking when too much pressure applied`
fix(pencil): stop graphite breaking when too much pressure applied
```

```commit
`feat(pencil): add 'graphiteWidth' option`
feat(pencil): add 'graphiteWidth' option
Fix #42
```

```commit
perf(pencil): remove graphiteWidth option`
perf(pencil): remove graphiteWidth option
BREAKING CHANGE: The graphiteWidth option has been removed.
Expand Down

0 comments on commit 9766855

Please sign in to comment.