Jefffrey commented on code in PR #10451: URL: https://github.com/apache/arrow-rs/pull/10451#discussion_r3687976713
########## dev/release/README.md: ########## @@ -45,56 +45,49 @@ crates.io, the Rust ecosystem's package manager. We create a `CHANGELOG.md` so our users know what has been changed between releases. -The CHANGELOG is created automatically using -[update_change_log.sh](https://github.com/apache/arrow-rs/blob/main/dev/release/update_change_log.sh) - -This script creates a changelog using github issues and the -labels associated with them. - ## Prepare CHANGELOG and version: +- Ensure [`git-cliff`](https://git-cliff.org/docs/installation/) is installed + Now prepare a PR to update `CHANGELOG.md` and versions on `main` to reflect the planned release. -Do this in the root of this repository. For example [#2323](https://github.com/apache/arrow-rs/pull/2323) +First copy the contents of `CHANGELOG.md` into `CHANGELOG-old.md`. Review Comment: I noticed we never had an explicit step for this? I don't think our existing changelog script did this either -- 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]
