Skip to content

Commit 8341dce

Browse files
Add project label (#440)
* Add project label * Update release.yml
1 parent 35b4ae0 commit 8341dce

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
- name: new-feature
33
description: for new features in the changelog.
44
color: 225fee
5+
- name: project
6+
description: for new projects in the changelog.
7+
color: 46BAF0
58
- name: improvement
69
description: for improvements in existing functionality in the changelog.
710
color: 22ee47

.github/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ changelog:
33
labels:
44
- ignore-for-release
55
categories:
6-
- title: ⚠️ Breaking Change
6+
- title: 📋 New Project
7+
labels:
8+
- project
9+
- title: ⚠️ Breaking Change
710
labels:
811
- breaking-change
912
- title: 🐛 Bug Fixes
@@ -18,7 +21,7 @@ changelog:
1821
- title: 🧪 Testing Improvements
1922
labels:
2023
- testing
21-
- title: ⚙️ Repo/CI Improvements
24+
- title: ⚙️ Repo/CI Improvements
2225
labels:
2326
- repo-ci-improvement
2427
- title: 📖 Documentation

0 commit comments

Comments
 (0)