File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2+ changelog :
3+ exclude :
4+ labels :
5+ - ignore-for-release-note
6+ categories :
7+ - title : Breaking Changes
8+ labels :
9+ - breaking-change
10+ - title : New Features
11+ labels :
12+ - feature
13+ - title : Enhancements
14+ labels :
15+ - enhancement
16+ - title : Dependency and image updates
17+ labels :
18+ - dependency
19+ - title : Bug fixes
20+ labels :
21+ - bugfix
22+ - title : Documentation
23+ labels :
24+ - documentation
25+ - title : Testing
26+ labels :
27+ - testing
28+ - title : Other Changes
29+ labels :
30+ - " *"
Original file line number Diff line number Diff line change 1717 "constraints" : {
1818 "go" : " 1.21"
1919 },
20+ "labels" : [" dependencies" ],
2021 "packageRules" : [
2122 {
2223 "matchPackageNames" : [" k8s.io/client-go" ],
You can’t perform that action at this time.
0 commit comments