Skip to content

Commit 5506fe6

Browse files
authored
Create release.yml for generating release notes (#52)
Signed-off-by: Justin Chu <[email protected]>
1 parent d28c4e6 commit 5506fe6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/release.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
categories:
6+
- title: Breaking Changes and Deprecations
7+
labels:
8+
- "topic: bc breaking"
9+
- "topic: deprecation"
10+
- title: API
11+
labels:
12+
- "module: api"
13+
- title: Core
14+
labels:
15+
- "module: core"
16+
- title: Graph Passes
17+
labels:
18+
- "module: passes"
19+
- title: Bug fixes
20+
labels:
21+
- "topic: bug fix"
22+
- title: Build, CI and Tests
23+
labels:
24+
- "module: build"
25+
- "module: CI pipelines"
26+
- "module: test"
27+
- title: Documentation
28+
labels:
29+
- "module: docs"
30+
- title: Other Changes
31+
labels:
32+
- "*"

0 commit comments

Comments
 (0)