iemejia opened a new pull request, #625: URL: https://github.com/apache/avro-rs/pull/625
## What Improve the release instructions in `RELEASE.md`: - Introduce an `AVRO_RC_VERSION` variable (e.g. `RC0`) and use it for the git tag, tarball name, and SVN upload steps. - Add `--prefix=apache-avro-rs-$AVRO_RS_VERSION-$AVRO_RC_VERSION/` to `git archive` so the tarball extracts into a top-level directory instead of dumping files into the current directory. - Quote variable expansions and guard `cd` calls, per shellcheck (SC2086, SC2164). ## Why The previous `git archive` command produced a tarball without a prefix directory, and the RC identifier was hardcoded in several places. -- 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]
