Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/MAINTAINERS_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ changelog:
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📚 Documentation
labels:
- docs
Comment on lines +10 to +12
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the changes of #25 we should highlight changes to documentation between releases IMO!

Even if these changes are sometimes "unversioned" it can still be so interesting to follow along with these updates 👾

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++++ totally agree! Thanks for adding this!

- title: 🤖 Build
labels:
- build
Expand All @@ -16,9 +19,6 @@ changelog:
- title: 🔒 Security
labels:
- security
- title: 🛠 Maintainers
labels:
- documentation
- title: 📦 Other changes
labels:
- "*"
Loading