Skip to content

Commit

Permalink
📝 fix gitmoji samples in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Nov 11, 2024
1 parent 46bb004 commit 81cfe9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ This project uses [semantic-release](https://github.com/semantic-release/semanti

It follows [gitmoji commit conventions](https://gitmoji.dev/). For example:

| gitmoji | Sample Commit message | Release type |
|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------|
| :lipstick / :lock: / :ambulance: / :bug: | `:lipstick` / `:lock:` / `:ambulance:` / `:bug: stop graphite breaking when too much pressure applied` | Patch Release |
| :sparkles: | `:sparkles: add 'graphiteWidth' option` | Minor Release |
| :boom: | `:boom: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.` | Major Release |
| gitmoji | Sample Commit message | Release type |
|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------|
| :lipstick: :lock: :ambulance: :bug: | `:lipstick` / `:lock:` / `:ambulance:` / `:bug: stop graphite breaking when too much pressure applied` | Patch Release |
| :sparkles: | `:sparkles: add 'graphiteWidth' option` | Minor Release |
| :boom: | `:boom: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.` | Major Release |

## License

Expand Down

0 comments on commit 81cfe9e

Please sign in to comment.