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

asorokoumov pushed a commit to branch Gerrrr-patch-4
in repository https://gitbox.apache.org/repos/asf/otava.git

commit ed069cb0b6a757438d002f36e0c6847c2a3430f4
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Fri Feb 6 19:04:24 2026 -0800

    Add update instructions for website download page
    
    I've recently added a Download page to the website. Hence, adding 
instructions here to update the website download page with the new release 
information.
---
 docs/RELEASE.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 18e75ed..b5eb1a6 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -391,6 +391,10 @@ git push origin $RELEASE_VERSION-incubating
 
 Go to Github releases page and create a new release for the tag 
`$RELEASE_VERSION-incubating`.
 
+### Update the website download page
+
+Update the list of releases on the website at 
https://otava.apache.org/docs/download to include the new release.
+
 ### Publish PyPI artifacts
 
 In svn release directory:
@@ -435,7 +439,6 @@ svn rm $RELEASE_VERSION-incubating-$RELEASE_CANDIDATE
 svn ci -m "[otava] Remove $RELEASE_VERSION-incubating-$RELEASE_CANDIDATE"
 ```
 
-
 ## Promote the release
 
 Once the release has been finalized, the last step of the process is to 
promote the release within the project and beyond. Please wait for 1 hour after 
finalizing the release in accordance with the [ASF release 
policy](https://www.apache.org/legal/release-policy.html#release-announcements).

Reply via email to