diff --git a/.github/MAINTAINERS_GUIDE.md b/.github/MAINTAINERS_GUIDE.md index a73b2921..5e2e398b 100644 --- a/.github/MAINTAINERS_GUIDE.md +++ b/.github/MAINTAINERS_GUIDE.md @@ -671,7 +671,7 @@ definitions: or tests. - `discussion`: An issue that is purely meant to hold a discussion. Typically the maintainers are looking for feedback in this issues. -- `documentation`: An issue that is purely about documentation work. +- `docs`: An issue that is purely about documentation work. - `duplicate`: An issue that is functionally the same as another issue. Apply this only if you've linked the other issue by number. - `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 - `build` - `code health` - `discussion` -- `documentation` +- `docs` - `enhancement` - `needs info` - `question` diff --git a/.github/release.yml b/.github/release.yml index 4d6033a3..b2574b7c 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -7,6 +7,9 @@ changelog: - title: 🐛 Bug Fixes labels: - bug + - title: 📚 Documentation + labels: + - docs - title: 🤖 Build labels: - build @@ -16,9 +19,6 @@ changelog: - title: 🔒 Security labels: - security - - title: 🛠 Maintainers - labels: - - documentation - title: 📦 Other changes labels: - "*"