Skip to content

Commit 6f6c54d

Browse files
committed
add more config to the changelog geneator
1 parent 3be7c9d commit 6f6c54d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/leaderboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
push-to-fork: minikube-bot/minikube
4242
base: master
4343
delete-branch: true
44-
title: 'Site: Add leaderboard for ${{ github.ref_name }} (Post-release)'
44+
title: 'site: Add leaderboard for ${{ github.ref_name }} (Post-release)'
4545
body: |
4646
Committing changes resulting from `make update-leaderboard`.
4747
This PR is auto-generated by the [update-leaderboard](https://github.com/kubernetes/minikube/blob/master/.github/workflows/leaderboard.yml) CI workflow.

hack/changelog/changelog.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ var cfg = Config{
5353
SkipPrefixes: []string{
5454
"ci:",
5555
"test:",
56+
"build:",
5657
"Build(deps):",
5758
"site:",
5859
"docs:",
@@ -75,6 +76,10 @@ var cfg = Config{
7576
"qemu:": "Drivers",
7677
"driver": "Drivers",
7778
"krunkit:": "Drivers",
79+
"kvm:": "Drivers",
80+
"hyperv:": "Drivers",
81+
"hyperkit:": "Drivers",
82+
"vbox:": "Drivers",
7883
"improve": "Improvements",
7984
"translation": "UI",
8085
},

0 commit comments

Comments
 (0)