Hi all,
Starting from Dec 02, 2019, WebRTC will start to branch daily and its branch names will match Chromium’s branch names so rather than being refs/branch-heads/m$MILESTONE (where $MILESTONE is the Chromium milestone, for example M79), branches will now be refs/branch-heads/$BRANCH_NUMBER (where $BRANCH_NUMBER is a monotonically increasing number, for example 3945 which is associated with the M79 Chromium branch), just like chromium/src.
Therefore, to get the WebRTC release branch for m80 onwards:
For your desired milestone, get the branch number for WebRTC
Run, for instance, git checkout refs/branch-heads/xyzw
To see all branches, run git branch -r from your WebRTC checkout (details).
We will also publish the chosen branch number when we publish WebRTC release notes.