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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new e1a6853c0 website: Updated make-release.html to include a category for 
'Improvements' for the release notes automation
e1a6853c0 is described below

commit e1a6853c0b2760a197fcbaf5ae46134c779f1db0
Author: Shad Storhaug <[email protected]>
AuthorDate: Sun Nov 10 17:33:31 2024 +0700

    website: Updated make-release.html to include a category for 'Improvements' 
for the release notes automation
---
 .htaccess                      | 2 +-
 contributing/make-release.html | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index e515be74f..3844984ef 100644
--- a/.htaccess
+++ b/.htaccess
@@ -42,4 +42,4 @@ RewriteEngine On
 RewriteRule ^docs/latest/(.*)$ /docs/3.0.3/$1 [R=301,L]
 
 # Redirect /docs/absolute-latest/ to /docs/4.8.0-beta00017/
-RewriteRule ^docs/absolute(-latest|Latest)/(.*)$ /docs/4.8.0-beta00017/$2 
[R=301,L]
+RewriteRule ^docs/absolute(?:-latest|Latest)/(.*)$ /docs/4.8.0-beta00017/$1 
[R=301,L]
diff --git a/contributing/make-release.html b/contributing/make-release.html
index a08bdec2b..c5be94e6e 100644
--- a/contributing/make-release.html
+++ b/contributing/make-release.html
@@ -266,6 +266,10 @@ git push &lt;remote-name (defaults to origin)&gt; master 
--tags
 <td>Categorizes the PR under &quot;Performance Improvements&quot;</td>
 </tr>
 <tr>
+<td>notes:improvement</td>
+<td>Categorizes the PR under &quot;Improvements&quot;</td>
+</tr>
+<tr>
 <td>notes:website-or-documentation</td>
 <td>Categorizes the PR under &quot;Website and API Documentation&quot;</td>
 </tr>

Reply via email to