Skip to content

Commit

Permalink
docs: remove the "!" commit type limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Sep 13, 2023
1 parent 0caf7ab commit 4cb3c92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ The bottom line is: failed releases happen. The package registry may be down, yo
- Release commit has the following format: `chore(release): v${version}`.
- Does not generate or update the `CHANGELOG` file. This tool generates automatic release notes from your commits and creates a new GitHub release with those notes. Use GitHub releases instead of changelogs.

## Limitations

- This tool does not support `!` (exclamation mark) as a commit message modifier indicating breaking changes. Please always include the `BREAKING CHANGE` indicator in the commit's body if you wish to indicate a breaking change.

## Getting started

### Install
Expand Down

0 comments on commit 4cb3c92

Please sign in to comment.