uranusjr commented on code in PR #69647:
URL: https://github.com/apache/airflow/pull/69647#discussion_r3549894713


##########
java-sdk/README.md:
##########
@@ -466,7 +466,22 @@ Reply with a `[RESULT][VOTE]` tally, then:
 
    Keep the RC tag for traceability.
 
-4. Update the download page and wait ~1 hour after promoting so Central has
+4. **Publish** a GitHub release. Attach the **voted, signed** source artifacts.
+   From the directory holding the three signed files (e.g. `dist/release`):
+
+   ```bash
+   gh release create java-sdk/<VERSION> \
+     --repo apache/airflow \
+     --title "Apache Airflow Java SDK <VERSION>" \
+     --notes "See the Java SDK README for the features in this release." \
+     --verify-tag \
+     --prerelease \  # If this is a prerelease.

Review Comment:
   I went back and forth on this; it’s marked beta so a prerelease marker makes 
sense. Apache doesn’t have anything to say with GitHub Releases (it’s just 
convenience and projects can do whatever) so the status here is ambiguious.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to