We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c2ac0 commit 3d1bf03Copy full SHA for 3d1bf03
2 files changed
.github/release.yml
@@ -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
15
+ - feat
16
+ - feature
17
+ - title: Bug Fixes 🐛
18
19
+ - bug
20
+ - bugfix
21
+ - fix
22
+ - title: Other Changes 🔧
23
24
+ - "*"
.github/workflows/release.yml .github/workflows/qns_release.yml.github/workflows/release.yml renamed to .github/workflows/qns_release.yml
@@ -20,7 +20,7 @@ permissions:
packages: write # This is required for docker push to ghcr
jobs:
- qns:
+ qns_release:
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v5
0 commit comments