Skip to content

Commit 551d48d

Browse files
committed
chore: Remove releases from changelog
1 parent 1d78fd4 commit 551d48d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ All notable changes to this project will be documented in this file.
2424

2525
- Bump version number (Adrian Seyboldt)
2626

27-
- Prepare release (Adrian Seyboldt)
28-
2927

3028
### Styling
3129

@@ -54,11 +52,6 @@ All notable changes to this project will be documented in this file.
5452
- Add progress bar on terminal (Adrian Seyboldt)
5553

5654

57-
### Miscellaneous Tasks
58-
59-
- Prepare release (Adrian Seyboldt)
60-
61-
6255
## [0.11.0] - 2024-05-29
6356

6457
### Bug Fixes
@@ -87,8 +80,6 @@ All notable changes to this project will be documented in this file.
8780

8881
- Update python dependencies (Adrian Seyboldt)
8982

90-
- Prepare release (Adrian Seyboldt)
91-
9283

9384
### Refactor
9485

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit_parsers = [
5454
{ message = "^refactor", group = "Refactor" },
5555
{ message = "^style", group = "Styling" },
5656
{ message = "^test", group = "Testing" },
57-
{ message = "^chore\\(release\\): prepare for", skip = true },
57+
{ message = "^chore: Prepare", skip = true },
5858
{ message = "^chore", group = "Miscellaneous Tasks" },
5959
{ body = ".*security", group = "Security" },
6060
]

0 commit comments

Comments
 (0)