Skip to content

Commit bd884b6

Browse files
zimegmwbrooks
andauthored
chore: group documentation in release notes using the 'docs' label (#26)
Co-authored-by: Michael Brooks <[email protected]>
1 parent c66672d commit bd884b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/MAINTAINERS_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ definitions:
671671
or tests.
672672
- `discussion`: An issue that is purely meant to hold a discussion. Typically
673673
the maintainers are looking for feedback in this issues.
674-
- `documentation`: An issue that is purely about documentation work.
674+
- `docs`: An issue that is purely about documentation work.
675675
- `duplicate`: An issue that is functionally the same as another issue. Apply
676676
this only if you've linked the other issue by number.
677677
- `enhancement`: A feature request for something this package might not already
@@ -698,7 +698,7 @@ marking them with a basic level of information with labels. An issue should have
698698
- `build`
699699
- `code health`
700700
- `discussion`
701-
- `documentation`
701+
- `docs`
702702
- `enhancement`
703703
- `needs info`
704704
- `question`

.github/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ changelog:
77
- title: 🐛 Bug Fixes
88
labels:
99
- bug
10+
- title: 📚 Documentation
11+
labels:
12+
- docs
1013
- title: 🤖 Build
1114
labels:
1215
- build
@@ -16,9 +19,6 @@ changelog:
1619
- title: 🔒 Security
1720
labels:
1821
- security
19-
- title: 🛠 Maintainers
20-
labels:
21-
- documentation
2222
- title: 📦 Other changes
2323
labels:
2424
- "*"

0 commit comments

Comments
 (0)