File tree 5 files changed +26
-26
lines changed
5 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 2
2
name : Bug report
3
3
about : Create a report to help us improve
4
4
title : ' '
5
- labels : kind/ bug
5
+ labels : bug
6
6
assignees : ' '
7
7
8
8
---
Original file line number Diff line number Diff line change 2
2
name : Feature request
3
3
about : Suggest an idea for this project
4
4
title : ' '
5
- labels : kind/ enhancement
5
+ labels : enhancement
6
6
assignees : ' '
7
7
8
8
---
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 25
25
strategy :
26
26
fail-fast : false
27
27
matrix :
28
- framework : [ net8 .0 ]
28
+ framework : [ net9 .0 ]
29
29
os : [ ubuntu-latest ]
30
30
configuration : [ release ]
31
31
runs-on : ${{ matrix.os }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments