Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 5c61935

Browse files
authored
Add github automated release configuration (#193)
- Remove pull request check
1 parent 7c22077 commit 5c61935

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
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

-18
This file was deleted.

0 commit comments

Comments
 (0)