File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ All notable changes to this project will be documented in this file.
17
17
- Bump docker/metadata-action from 4 to 5
18
18
- Bump docker/setup-buildx-action from 2 to 3
19
19
- Bump docker/setup-qemu-action from 2 to 3
20
- - Update changelog
21
20
- Update config
22
21
- Adjust git-cliff config for release-plz compatibility
22
+ - Adjust changelog format
23
23
24
24
### Fixed
25
25
@@ -33,11 +33,8 @@ All notable changes to this project will be documented in this file.
33
33
- Update flake
34
34
- Update dependencies
35
35
- Cargo fmt
36
- - Update changelog
37
36
- Bump patch number
38
- - Update changelog
39
37
- Update dependencies
40
- - Update changelog
41
38
42
39
## [ 0.3.3] - 2023-07-13
43
40
@@ -49,25 +46,17 @@ All notable changes to this project will be documented in this file.
49
46
50
47
### Changed
51
48
52
- - Update changelog
53
49
- Update deps
54
50
- Update dependencies
55
51
- Update email
56
52
- Update deps
57
- - Update changelog
58
53
- Update deps
59
- - Update changelog
60
54
- Change commit email
61
- - Update changelog
62
55
- Ignore changelog commits
63
- - Update changelog
64
56
- Categorize ci and build commits
65
- - Update changelog
66
57
- Update dependencies
67
58
- Use action to install rustfmt and clippy
68
- - Update changelog
69
59
- Bump version number
70
- - Update changelog
71
60
72
61
### Documentation
73
62
@@ -91,12 +80,10 @@ All notable changes to this project will be documented in this file.
91
80
### Changed
92
81
93
82
- Generate changelog automatically
94
- - Update changelog
95
83
- Update deps
96
84
- Revert macOS aarch64 because it doesn't work
97
85
- Try to cross-compile for apple silicon
98
86
- Freeze xcode version
99
- - Update changelog
100
87
- Bump patch number
101
88
102
89
### Fixed
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ split_commits = false
32
32
commit_parsers = [
33
33
{ body = " .*security" , group = " Security" },
34
34
{ message = " ^chore: release" , skip = true },
35
+ { message = " ^chore: update changelog" , skip = true },
35
36
{ message = " ^.*: add" , group = " Added" },
36
37
{ message = " ^.*: support" , group = " Added" },
37
38
{ message = " ^.*: remove" , group = " Removed" },
You can’t perform that action at this time.
0 commit comments