morningman opened a new pull request, #64062:
URL: https://github.com/apache/doris/pull/64062

   ### What problem does this PR solve?
   
   Problem Summary:
   
   Add `tools/release-tools/`, a set of helper scripts for a Release Manager 
(RM) to cut an Apache Doris **source** release candidate in three steps:
   
   - `00-check-env.sh` — check / prepare the GPG signing environment and ASF 
credentials.
   - `10-package-sign-upload.sh` — `git archive` the tag, GPG-sign, generate 
sha512, upload to the dev SVN.
   - `20-vote-mail.sh` — generate the `[VOTE]` email draft.
   - `release.env` — shared config (version, paths, signing key, SVN URLs, 
email); edit per release.
   - `README.md` — usage.
   
   The scripts are reusable across releases (everything version-specific lives 
in `release.env`). Branch prep, issue cleanup, patch merges and tag creation 
are out of scope.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [x] No need to test or manual test. Explain why:
           - [x] Other reason: standalone Release-Manager helper scripts under 
`tools/`; not part of the build or product runtime.
   
   - Behavior changed:
       - [x] No.
   
   - Does this need documentation?
       - [x] No. (A `README.md` is included in this PR.)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to