File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+ - " *"
Original file line number Diff line number Diff line change 9
9
- ' examples/**'
10
10
- ' **/*.md'
11
11
- .github/dependabot.yml
12
- - .github/labeler .yml
12
+ - .github/release .yml
13
13
- .github/workflows/docs.yml
14
14
- .github/workflows/dummy_ci.yml
15
15
- .github/workflows/dependabot_auto.yml
Original file line number Diff line number Diff line change 9
9
- ' examples/**'
10
10
- ' **/*.md'
11
11
- .github/dependabot.yml
12
- - .github/labeler .yml
12
+ - .github/release .yml
13
13
- .github/workflows/docs.yml
14
14
- .github/workflows/dummy_ci.yml
15
15
- .github/workflows/dependabot_auto.yml
You can’t perform that action at this time.
0 commit comments