comphead commented on code in PR #3492: URL: https://github.com/apache/datafusion-comet/pull/3492#discussion_r2799574512
########## docs/source/contributor-guide/release_process.md: ########## @@ -80,11 +80,12 @@ Create a PR against the main branch to prepare for developing the next release: ### Generate the Change Log Generate a change log to cover changes between the previous release and the release branch HEAD by running -the provided `generate-changelog.py` script. +the provided `generate-changelog.py` script from the `dev/release` directory. Review Comment: ```suggestion the provided `dev/release/generate-changelog.py`. ``` -- 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]
