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

reiabreu pushed a commit to branch docs/releasing-md-cleanup
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/docs/releasing-md-cleanup by 
this push:
     new 82deeae55 RELEASING.md: move Storm lite distribution out of the vote 
step list
82deeae55 is described below

commit 82deeae558977a1251ffd0c52b6764ad896fc758
Author: Rui Abreu <[email protected]>
AuthorDate: Sun Sep 13 00:25:54 2026 +0100

    RELEASING.md: move Storm lite distribution out of the vote step list
    
    The section was wedged between steps 9 and 10 of 'Setting up a vote', 
splitting the
    numbered list. Move it after the vote section; the step 5 anchor link is 
unaffected.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 RELEASING.md | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/RELEASING.md b/RELEASING.md
index bc37cbab3..a2a4dbb40 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -148,26 +148,6 @@ In this way, you create a new release line and then you 
can create PATCH version
    apache-storm-2.8.3-lite.tar.gz.sha512 apache-storm-2.8.3-lite.zip.sha512
    ```
 
-## Storm lite distribution
-
-Since 3.0.0 the binary build produces two distributions from 
`storm-dist/binary`:
-
-| Artifact | Contents |
-|---|---|
-| `apache-storm-x.x.x.tar.gz` / `.zip` | Full distribution. Bundles the 
`storm-autocreds` (Hadoop/HBase) and `storm-kafka-monitor` (Kafka client) jars. 
|
-| `apache-storm-x.x.x-lite.tar.gz` / `.zip` | Lean distribution. Ships only 
the READMEs for those two plugins; everything else is identical. |
-
-Both are produced by the same `mvn package` run in `storm-dist/binary` 
(assembly
-executions `bin` and `lite`), and both are automatically signed by the GPG 
plugin.
-The lite artifact is attached with the `lite` Maven classifier.
-
-Release managers must sign, checksum and stage **both** distributions, and list
-both in the release candidate VOTE mail so reviewers know which to verify.
-
-Users of the lite distribution can install the omitted plugins on demand with
-`bin/storm-autocreds-fetch` and `bin/storm-kafka-monitor-fetch`, which resolve 
them
-from Maven Central (or an internal mirror configured in `settings.xml`).
-
 10. Add and commit the files to SVN. This makes them available in the Apache 
staging repo.
 
     ```bash
@@ -225,6 +205,26 @@ from Maven Central (or an internal mirror configured in 
`settings.xml`).
     [Release Manager Name]
     ```
 
+## Storm lite distribution
+
+Since 3.0.0 the binary build produces two distributions from 
`storm-dist/binary`:
+
+| Artifact | Contents |
+|---|---|
+| `apache-storm-x.x.x.tar.gz` / `.zip` | Full distribution. Bundles the 
`storm-autocreds` (Hadoop/HBase) and `storm-kafka-monitor` (Kafka client) jars. 
|
+| `apache-storm-x.x.x-lite.tar.gz` / `.zip` | Lean distribution. Ships only 
the READMEs for those two plugins; everything else is identical. |
+
+Both are produced by the same `mvn package` run in `storm-dist/binary` 
(assembly
+executions `bin` and `lite`), and both are automatically signed by the GPG 
plugin.
+The lite artifact is attached with the `lite` Maven classifier.
+
+Release managers must sign, checksum and stage **both** distributions, and list
+both in the release candidate VOTE mail so reviewers know which to verify.
+
+Users of the lite distribution can install the omitted plugins on demand with
+`bin/storm-autocreds-fetch` and `bin/storm-kafka-monitor-fetch`, which resolve 
them
+from Maven Central (or an internal mirror configured in `settings.xml`).
+
 
 ## Releasing if the vote succeeds
 

Reply via email to