File tree Expand file tree Collapse file tree 3 files changed +19
-54
lines changed Expand file tree Collapse file tree 3 files changed +19
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ exclude :
3
+ labels : []
4
+ authors : []
5
+ categories :
6
+ - title : Breaking Changes
7
+ labels : ['breaking']
8
+ - title : New Features
9
+ labels : ['feature']
10
+ - title : Improvement
11
+ labels : ['improvement']
12
+ - title : Bug Fixes
13
+ labels : ['bugfix']
14
+ - title : Dependencies
15
+ labels : ['dependencies']
16
+ - title : Maintenance
17
+ labels : ['documentation', 'ci']
18
+ - title : Others
19
+ labels : ['*']
Original file line number Diff line number Diff line change 74
74
with :
75
75
name : Event File
76
76
path : ${{ github.event_path }}
77
-
78
- draft :
79
- runs-on : ubuntu-latest
80
- needs : test_success
81
- if : github.ref == 'refs/heads/main'
82
- steps :
83
- - uses : release-drafter/release-drafter@v5
84
- env :
85
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments