chaokunyang commented on PR #1643: URL: https://github.com/apache/incubator-fury/pull/1643#issuecomment-2119931780
> Hmmm I have a little question about branching and release management. > > It seems a little weird to merge something to a release branch continuously. Maybe we can just create the branch from the dev branch after we decide to release 0.5.1? Or maybe we can maintain a branch named `release-0.5`, and use it to create release tag (0.5.1, 0.5.2...) if there are some inconsistencies between release branch and the dev branch? (e.g. follow the semantic versioning) The 0.5.1 has been created from dev branch before, we can't overwrite it. Using cherry-pick is better actually. The dev branch didn't introduce big changes so I just created a PR to merge code from dev branch. Currently I create release candidate tag from release branch `release-a.b.c`, for example: create tag 0.5.1-rc2 from branch releases-0.5.1. Creating tag from ``release-a.b` looks to me too. I will do that -- 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]
