Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBrunow authored May 19, 2024
1 parent 3152576 commit c08dd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ recommend using them:
With these problems in mind, I try to keep everything else simple. I only use
these types:

* `feat` / `feat!`: For code additions unrelated to bugs and breaking changes
* `feat` / `feat!`: For code additions unrelated to bugs, and breaking changes
for the same.
* `fix` / `fix!`: For changes related to bugs and breaking changes related to
* `fix` / `fix!`: For changes related to bugs, and breaking changes related to
bugs.
* `hotfix`: For rare situations where I'm making tiny fixes that need to be
squeezed between minor versions.
Expand Down

0 comments on commit c08dd7f

Please sign in to comment.