Skip to content

Commit 3188022

Browse files
committed
chore: remove commits for changelog updates from changelog
1 parent f9cb579 commit 3188022

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

CHANGELOG.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ All notable changes to this project will be documented in this file.
1717
- Bump docker/metadata-action from 4 to 5
1818
- Bump docker/setup-buildx-action from 2 to 3
1919
- Bump docker/setup-qemu-action from 2 to 3
20-
- Update changelog
2120
- Update config
2221
- Adjust git-cliff config for release-plz compatibility
22+
- Adjust changelog format
2323

2424
### Fixed
2525

@@ -33,11 +33,8 @@ All notable changes to this project will be documented in this file.
3333
- Update flake
3434
- Update dependencies
3535
- Cargo fmt
36-
- Update changelog
3736
- Bump patch number
38-
- Update changelog
3937
- Update dependencies
40-
- Update changelog
4138

4239
## [0.3.3] - 2023-07-13
4340

@@ -49,25 +46,17 @@ All notable changes to this project will be documented in this file.
4946

5047
### Changed
5148

52-
- Update changelog
5349
- Update deps
5450
- Update dependencies
5551
- Update email
5652
- Update deps
57-
- Update changelog
5853
- Update deps
59-
- Update changelog
6054
- Change commit email
61-
- Update changelog
6255
- Ignore changelog commits
63-
- Update changelog
6456
- Categorize ci and build commits
65-
- Update changelog
6657
- Update dependencies
6758
- Use action to install rustfmt and clippy
68-
- Update changelog
6959
- Bump version number
70-
- Update changelog
7160

7261
### Documentation
7362

@@ -91,12 +80,10 @@ All notable changes to this project will be documented in this file.
9180
### Changed
9281

9382
- Generate changelog automatically
94-
- Update changelog
9583
- Update deps
9684
- Revert macOS aarch64 because it doesn't work
9785
- Try to cross-compile for apple silicon
9886
- Freeze xcode version
99-
- Update changelog
10087
- Bump patch number
10188

10289
### Fixed

cliff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ split_commits = false
3232
commit_parsers = [
3333
{ body = ".*security", group = "Security" },
3434
{ message = "^chore: release", skip = true },
35+
{ message = "^chore: update changelog", skip = true },
3536
{ message = "^.*: add", group = "Added" },
3637
{ message = "^.*: support", group = "Added" },
3738
{ message = "^.*: remove", group = "Removed" },

0 commit comments

Comments
 (0)