viirya commented on code in PR #556: URL: https://github.com/apache/datafusion-comet/pull/556#discussion_r1637460357
########## dev/release/README.md: ########## @@ -17,29 +17,34 @@ specific language governing permissions and limitations under the License. --> -# Comet Release Process +# Aapche DataFusion Comet: Source Release Process This documentation is for creating an official source release of Apache DataFusion Comet. -The release process is based on the parent Apache DataFusion project, so please refer to the -[DataFusion Release Process](https://github.com/apache/datafusion/blob/main/dev/release/README.md) for detailed -instructions if you are not familiar with the release process here. - -Here is a brief overview of the steps involved in creating a release: - ## Creating the Release Candidate This part of the process can be performed by any committer. -- Create and merge a PR to update the version number & update the changelog -- Push a release candidate tag (e.g. 0.1.0-rc1) to the Apache repository +Here are the steps, using the 0.1.0 release as an example. + +### Create Release Branch + +Create a release branch from the latest commit in main and push to the Apache repo: + +```shell +get fetch apache Review Comment: Yea, I thought it might be a nickname for a particular repo. It'd be good to make it clear in the doc. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org