Skip to content

Commit fe303cd

Browse files
authored
Merge pull request #1614 from kube-logging/release-labels
chore: define release note labels
2 parents 751726a + 9061722 commit fe303cd

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/release.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
- "*"

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"constraints": {
1818
"go": "1.21"
1919
},
20+
"labels": ["dependencies"],
2021
"packageRules": [
2122
{
2223
"matchPackageNames": ["k8s.io/client-go"],

0 commit comments

Comments
 (0)