Skip to content

Commit c1d2d66

Browse files
authored
.github/release.yml: Added "Improvements" category and updated docs (apache#1015)
1 parent 974db69 commit c1d2d66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- title: 🚀 Performance Improvements
1818
labels:
1919
- notes:performance-improvement
20+
- title: 🏆 Improvements
21+
labels:
22+
- notes:improvement
2023
- title: 📄 Website and API Documentation
2124
labels:
2225
- notes:website-or-documentation

websites/site/contributing/make-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ We have partially automated the release notes through GitHub Releases. They are
167167
| notes:new-feature | Categorizes the PR under "New Features" |
168168
| notes:bug-fix | Categorizes the PR under "Bug Fixes" |
169169
| notes:performance-improvement | Categorizes the PR under "Performance Improvements" |
170+
| notes:improvement | Categorizes the PR under "Improvements" |
170171
| notes:website-or-documentation | Categorizes the PR under "Website and API Documentation" |
171172
| \<none of the above\> | Categorizes the PR under "Other Changes" |
172173

0 commit comments

Comments
 (0)