File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
- name : new-feature
3
3
description : for new features in the changelog.
4
4
color : 225fee
5
+ - name : project
6
+ description : for new projects in the changelog.
7
+ color : 46BAF0
5
8
- name : improvement
6
9
description : for improvements in existing functionality in the changelog.
7
10
color : 22ee47
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ changelog:
3
3
labels :
4
4
- ignore-for-release
5
5
categories :
6
- - title : ⚠️ Breaking Change
6
+ - title : 📋 New Project
7
+ labels :
8
+ - project
9
+ - title : ⚠️ Breaking Change
7
10
labels :
8
11
- breaking-change
9
12
- title : 🐛 Bug Fixes
@@ -18,7 +21,7 @@ changelog:
18
21
- title : 🧪 Testing Improvements
19
22
labels :
20
23
- testing
21
- - title : ⚙️ Repo/CI Improvements
24
+ - title : ⚙️ Repo/CI Improvements
22
25
labels :
23
26
- repo-ci-improvement
24
27
- title : 📖 Documentation
You can’t perform that action at this time.
0 commit comments