xushiyan commented on code in PR #287: URL: https://github.com/apache/hudi-rs/pull/287#discussion_r1938537057
########## release/README.md: ########## @@ -273,7 +284,11 @@ Once the CI completes, check crates.io and pypi.org for the new release artifact Use `git cliff` to prepend the current release's change to `changelog.md` in the main branch. Review Comment: ``` PREVIOUS_RELEASE_VER= # for mac git cliff release-$PREVIOUS_RELEASE_VER..HEAD | pbcopy # for linux git cliff release-$PREVIOUS_RELEASE_VER..HEAD | xclip ``` -- 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]
