Skip to content

Commit b36a38a

Browse files
authored
feat: add Type: Release (#17)
1 parent 5a6e704 commit b36a38a

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.github/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ changelog:
33
labels:
44
- 'Type: Meta'
55
- 'Type: Question'
6+
- 'Type: Release'
67

78
categories:
89
- title: Security Fixes

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ These are opinionated labels.
9191
- ![#cc317c](https://placehold.co/15x15/cc317c/cc317c.png) Type: Question - Further information is requested
9292
- ![#ee0701](https://placehold.co/15x15/ee0701/ee0701.png) Type: Security - Vulnerability disclosure or Fixing security issue
9393
- ![#0366d6](https://placehold.co/15x15/0366d6/0366d6.png) Type: Dependencies - Dependency issues or Changes to dependency files
94-
- ![#0366d6](https://placehold.co/15x15/BFD4F2/BFD4F2.png) Type: Meta - Related repository itself
94+
- ![#0366d6](https://placehold.co/15x15/BFD4F2/BFD4F2.png) Type: Meta - Related to repository itself (This will not be includes in Release Note)
95+
- ![#0366d6](https://placehold.co/15x15/5319E7/5319E7.png) Type: Release - Related to release process (This will not be includes in Release Note)
9596

9697
## Integration with GitHub Releases
9798

labels.json

+16
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,21 @@
185185
"aliases": [
186186
"dependencies"
187187
]
188+
},
189+
{
190+
"name": "Type: Meta",
191+
"color": "BFD4F2",
192+
"description": "Type: Meta - Related to repository itself",
193+
"aliases": [
194+
"meta"
195+
]
196+
},
197+
{
198+
"name": "Type: Release",
199+
"color": "5319E7",
200+
"description": "Related to release process",
201+
"aliases": [
202+
"meta"
203+
]
188204
}
189205
]

0 commit comments

Comments
 (0)