diff --git a/CHANGELOG.md b/CHANGELOG.md index 23611e1..fc2fb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,6 @@ All notable changes to this project will be documented in this file. - Bump version number (Adrian Seyboldt) -- Prepare release (Adrian Seyboldt) - ### Styling @@ -54,11 +52,6 @@ All notable changes to this project will be documented in this file. - Add progress bar on terminal (Adrian Seyboldt) -### Miscellaneous Tasks - -- Prepare release (Adrian Seyboldt) - - ## [0.11.0] - 2024-05-29 ### Bug Fixes @@ -87,8 +80,6 @@ All notable changes to this project will be documented in this file. - Update python dependencies (Adrian Seyboldt) -- Prepare release (Adrian Seyboldt) - ### Refactor diff --git a/cliff.toml b/cliff.toml index c977d75..a4e8993 100644 --- a/cliff.toml +++ b/cliff.toml @@ -54,7 +54,7 @@ commit_parsers = [ { message = "^refactor", group = "Refactor" }, { message = "^style", group = "Styling" }, { message = "^test", group = "Testing" }, - { message = "^chore\\(release\\): prepare for", skip = true }, + { message = "^chore: Prepare", skip = true }, { message = "^chore", group = "Miscellaneous Tasks" }, { body = ".*security", group = "Security" }, ]