File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ changelog:
3
3
labels :
4
4
- ' Type: Meta'
5
5
- ' Type: Question'
6
+ - ' Type: Release'
6
7
7
8
categories :
8
9
- title : Security Fixes
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ These are opinionated labels.
91
91
- ![ #cc317c] ( https://placehold.co/15x15/cc317c/cc317c.png ) Type: Question - Further information is requested
92
92
- ![ #ee0701] ( https://placehold.co/15x15/ee0701/ee0701.png ) Type: Security - Vulnerability disclosure or Fixing security issue
93
93
- ![ #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)
95
96
96
97
## Integration with GitHub Releases
97
98
Original file line number Diff line number Diff line change 185
185
"aliases" : [
186
186
" dependencies"
187
187
]
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
+ ]
188
204
}
189
205
]
You can’t perform that action at this time.
0 commit comments