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


##########
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:
   Wondering if  line-continuation \ has to be the last character on the line — 
here it's followed by   # If this is a prerelease., so the backslash escapes a 
space instead of the newline. 
   
   This would result in the three artifact files never get attached, and the 
filename lines run as a separate command,leading to command not found, exit 
127. Have we tested this command?



-- 
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