This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new c1d2d664d .github/release.yml: Added "Improvements" category and 
updated docs (#1015)
c1d2d664d is described below

commit c1d2d664d2cfbcd1dc07f222f978785716a53fd5
Author: Shad Storhaug <[email protected]>
AuthorDate: Sun Nov 10 13:53:58 2024 +0700

    .github/release.yml: Added "Improvements" category and updated docs (#1015)
---
 .github/release.yml                        | 3 +++
 websites/site/contributing/make-release.md | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.github/release.yml b/.github/release.yml
index 879c3a78b..c25524854 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -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
diff --git a/websites/site/contributing/make-release.md 
b/websites/site/contributing/make-release.md
index a17d9652c..b717e10cf 100644
--- a/websites/site/contributing/make-release.md
+++ b/websites/site/contributing/make-release.md
@@ -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"    
             |
 

Reply via email to