Skip to content

Commit cdd1ca2

Browse files
authoredJan 7, 2025
Add github automated release configuration (kurrent-io#296)
- Remove pull request check
1 parent fbd5f2d commit cdd1ca2

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed
 

‎.github/release.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Added
7+
labels:
8+
- enhancement
9+
- title: Fixed
10+
labels:
11+
- bug
12+
- title: Changed
13+
labels:
14+
- "*"
15+
- title: Deprecated
16+
labels:
17+
- deprecated
18+
- title: Breaking Changes
19+
labels:
20+
- breaking
21+
- title: Documentation
22+
labels:
23+
- documentation

‎.github/workflows/pull-request-check.yml

-16
This file was deleted.

0 commit comments

Comments
 (0)