kennknowles edited a comment on pull request #14990: URL: https://github.com/apache/beam/pull/14990#issuecomment-859124897
From [this thread](https://lists.apache.org/thread.html/205472bdaf3c2c5876533750d417c19b0d1078131a3dc04916082ce8%40%3Cdev.beam.apache.org%3E) the diagram and paraphrase: ``` -----X---------------------------- master \ ---------------------------Y-- release-2.30 \ \ \ RC1 RC2 RC3 ``` > * X: commit that updates master from 2.30.0-SNAPSHOT to 2.31.0-SNAPSHOT (via `set_version.sh`) > * On release branch, version is 2.30.0-SNAPSHOT (no commit needed; we haven't removed the extraneous .0 yet either) > * Here there are 3 RCs before release is done, the tagged commits `RC1`, `RC2`, `RC3` which remove -SNAPSHOT (via`set_version.sh --release`) > * Y: commit that updates release-2.30 from 2.30.0-SNAPSHOT to 2.30.1-SNAPSHOT (unimplemented) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
