File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ref. https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2
+
3
+ changelog :
4
+ categories :
5
+ - title : " :bomb: Breaking Changes"
6
+ labels :
7
+ - breaking change
8
+
9
+ - title : " :rocket: Features"
10
+ labels :
11
+ - enhancement
12
+
13
+ - title : " :bug: Bug Fixes"
14
+ labels :
15
+ - bug
16
+
17
+ - title : " :ghost: Maintenance"
18
+ labels :
19
+ - chore
20
+
21
+ - title : " :dependabot: Dependency updates"
22
+ labels :
23
+ - dependencies
24
+
25
+ - title : " :pencil: Other Changes"
26
+ labels :
27
+ - " *"
Original file line number Diff line number Diff line change 10
10
- synchronize
11
11
- reopened
12
12
paths-ignore :
13
+ - " .github/release.yml"
13
14
- " .github/workflows/patch_for_go_gem.yml"
14
15
- " _benchmark/**"
15
16
You can’t perform that action at this time.
0 commit comments