kennknowles commented 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
            \      \      \
             a      b      c
   ```
   
   > * 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)
   > * To build an RC, add the tagged commits `a`, `b`, `c` 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]


Reply via email to