Xuanwo commented on code in PR #2729: URL: https://github.com/apache/incubator-opendal/pull/2729#discussion_r1285746735
########## website/docs/contributing/release.md: ########## @@ -47,20 +47,26 @@ Take [Bump to version 0.36.0](https://github.com/apache/incubator-opendal/pull/2 After bump version PR gets merged, we can create a GitHub release: -- Create a tag at `main` branch on the `Bump Version` / `Patch up version` commit: `git tag -s "v0.36.0"`, please correctly check out the corresponding commit instead of directly tagging on the main branch. +- Create a tag at `main` branch on the `Bump Version` / `Patch up version` commit: `git tag -s "v0.36.0-rc1"`, please correctly check out the corresponding commit instead of directly tagging on the main branch. - Push tags to GitHub: `git push --tags`. Review Comment: We should change our workflow (like rust, python and nodejs) to not push release for `rc` tags, except java. -- 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]
