Skip to content

Commit be6d3ee

Browse files
authored
chore: Auto-generate release note (#608)
1 parent 0da26d9 commit be6d3ee

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/release.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- pre-commit-ci[bot]
5+
- dependabot[bot]
6+
categories:
7+
- title: Features
8+
labels:
9+
- feature
10+
- title: Bug Fixes
11+
labels:
12+
- bug
13+
- title: Ops
14+
labels:
15+
- ops
16+
- title: Sampler
17+
labels:
18+
- sampler
19+
- title: Documentation
20+
labels:
21+
- documentation
22+
- title: CI
23+
labels:
24+
- ci
25+
- title: Benchmark
26+
labels:
27+
- benchmark
28+
- title: Skipped Changelog
29+
labels:
30+
- skip-changelog
31+
- title: Other Changes
32+
labels:
33+
- "*"

0 commit comments

Comments
 (0)