Skip to content

Commit 3d1bf03

Browse files
authored
ci: GH release notes config (#2880)
1 parent f7c2ac0 commit 3d1bf03

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# .github/release.yml
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
---
4+
changelog:
5+
exclude:
6+
labels:
7+
- ignore-for-release
8+
- security
9+
authors:
10+
- dependabot[bot]
11+
- github-actions[bot]
12+
categories:
13+
- title: Release Summary 🛠
14+
labels:
15+
- feat
16+
- feature
17+
- title: Bug Fixes 🐛
18+
labels:
19+
- bug
20+
- bugfix
21+
- fix
22+
- title: Other Changes 🔧
23+
labels:
24+
- "*"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
packages: write # This is required for docker push to ghcr
2121

2222
jobs:
23-
qns:
23+
qns_release:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)