elijahbenizzy commented on code in PR #595: URL: https://github.com/apache/burr/pull/595#discussion_r2554458057
########## scripts/README.md: ########## @@ -0,0 +1,64 @@ +# Burr Release Scripts + +This directory contains helper scripts to automate the Apache release workflow. + +## 1. Create the Source Release Candidate + +From the repo root: + +```bash +python scripts/release_helper.py <version> <rc_num> <apache_id> +``` + +Use `--dry-run` if you just want to regenerate `dist/` locally without tagging or SVN: + +```bash +python scripts/release_helper.py 0.41.0 0 myid --dry-run +``` + +This produces: + +- `dist/burr-<version>.tar.gz` — source-only tarball +- `dist/apache-burr-<version>-incubating.tar.gz` — ASF-branded tarball plus signatures/hashes Review Comment: yes -- 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]
