This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new a47766a46 Update release process with example file list
a47766a46 is described below
commit a47766a46ea023b0f36c27f389c935736693b600
Author: reiabreu <[email protected]>
AuthorDate: Sun Oct 26 01:30:34 2025 +0000
Update release process with example file list
Added examples of release files to the release process.
---
RELEASING.md | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/RELEASING.md b/RELEASING.md
index 08ce7629f..0e9edb099 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -106,10 +106,16 @@ To obtain the ID of a GitHub milestone:
- Click on the milestone you want to create release notes for.
- Look at the URL in your browser. It will look like this:
`https://github.com/apache/storm/milestone/40`, where the last number is the
milestone ID.
-9. Move the release files from steps 4,5 and 8 to the svn directory from Step
6. Add and commit the files.
-This makes them available in the Apache staging repo.
+9. Move the release files from steps 4,5 and 8 to the svn directory from Step
6. Example of the set of files:
+ ```
+ apache-storm-2.8.3-src.tar.gz apache-storm-2.8.3-src.zip
apache-storm-2.8.3.tar.gz apache-storm-2.8.3.zip
RELEASE_NOTES.html
+ apache-storm-2.8.3-src.tar.gz.asc apache-storm-2.8.3-src.zip.asc
apache-storm-2.8.3.tar.gz.asc apache-storm-2.8.3.zip.asc
RELEASE_NOTES.html.asc
+ apache-storm-2.8.3-src.tar.gz.sha512 apache-storm-2.8.3-src.zip.sha512
apache-storm-2.8.3.tar.gz.sha512 apache-storm-2.8.3.zip.sha512
RELEASE_NOTES.html.sha512
+ ```
-10. Start the VOTE thread. The vote should follow the [ASF voting
process](https://www.apache.org/foundation/voting.html).
+ Add and commit the files. This makes them available in the Apache staging
repo.
+
+11. Start the VOTE thread. The vote should follow the [ASF voting
process](https://www.apache.org/foundation/voting.html).
Sample Template sent to [email protected]
```