Skip to content

Commit c29ccea

Browse files
authored
Merge pull request #166 from sue445/feature/release_yml
Add .github/release.yml
2 parents daa0969 + 06193dc commit c29ccea

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
- "*"

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- synchronize
1111
- reopened
1212
paths-ignore:
13+
- ".github/release.yml"
1314
- ".github/workflows/patch_for_go_gem.yml"
1415
- "_benchmark/**"
1516

0 commit comments

Comments
 (0)