We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da26d9 commit be6d3eeCopy full SHA for be6d3ee
.github/release.yml
@@ -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
12
+ - bug
13
+ - title: Ops
14
15
+ - ops
16
+ - title: Sampler
17
18
+ - sampler
19
+ - title: Documentation
20
21
+ - documentation
22
+ - title: CI
23
24
+ - ci
25
+ - title: Benchmark
26
27
+ - benchmark
28
+ - title: Skipped Changelog
29
30
+ - skip-changelog
31
+ - title: Other Changes
32
33
+ - "*"
0 commit comments