You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/30 17:23:52 UTC

[GitHub] [beam] kennknowles commented on pull request #24020: [Github Actions] - Cut Release Branch Workflow

kennknowles commented on PR #24020:
URL: https://github.com/apache/beam/pull/24020#issuecomment-1332499905

   The invariants we want to hold for the commit history:
   
    - Any commit on any branch should have a -SNAPSHOT version
    - RCs and releases should be on tags that are not on branches (because they are terminal)
    - For any release tag X.Y.Z every commit included in the tag has a <= version.
    - For any commit with X.Y.Z-SNAPSHOT version, it is included in the RC and release tags for X.Y.Z


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org