File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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+ - " *"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
2020 packages : write # This is required for docker push to ghcr
2121
2222jobs :
23- qns :
23+ qns_release :
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments