Skip to content

Commit a174128

Browse files
authored
Merge pull request #683 from wearepal/auto-release-notes-settings
Add settings for auto-generated release notes
2 parents 3fa5ebb + 97ceeed commit a174128

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/release.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# settings for auto-generated release notes
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
authors:
8+
- dependabot
9+
categories:
10+
- title: Breaking Changes 🛠
11+
labels:
12+
- breaking
13+
- title: Exciting New Features 🎉
14+
labels:
15+
- enhancement
16+
- title: Other Changes
17+
labels:
18+
- "*"

.github/workflows/continuous_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'examples/**'
1010
- '**/*.md'
1111
- .github/dependabot.yml
12-
- .github/labeler.yml
12+
- .github/release.yml
1313
- .github/workflows/docs.yml
1414
- .github/workflows/dummy_ci.yml
1515
- .github/workflows/dependabot_auto.yml

.github/workflows/dummy_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'examples/**'
1010
- '**/*.md'
1111
- .github/dependabot.yml
12-
- .github/labeler.yml
12+
- .github/release.yml
1313
- .github/workflows/docs.yml
1414
- .github/workflows/dummy_ci.yml
1515
- .github/workflows/dependabot_auto.yml

0 commit comments

Comments
 (0)