Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
- title: 🚀 Performance Improvements
labels:
- notes:performance-improvement
- title: 🏆 Improvements
labels:
- notes:improvement
- title: 📄 Website and API Documentation
labels:
- notes:website-or-documentation
Expand Down
1 change: 1 addition & 0 deletions websites/site/contributing/make-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ We have partially automated the release notes through GitHub Releases. They are
| notes:new-feature | Categorizes the PR under "New Features" |
| notes:bug-fix | Categorizes the PR under "Bug Fixes" |
| notes:performance-improvement | Categorizes the PR under "Performance Improvements" |
| notes:improvement | Categorizes the PR under "Improvements" |
| notes:website-or-documentation | Categorizes the PR under "Website and API Documentation" |
| \<none of the above\> | Categorizes the PR under "Other Changes" |

Expand Down