All the “unstable” channels are a snapshot of master
branch at a certain point of time, all the “stable” channels are a snapshot of release-*.*
branch. (Think git tags that move along the respective branches.) The difference is how often they advance, or rather what are the criteria for their advancement (tests that need to succeed).
See https://howoldis.herokuapp.com the comment below for more info about how the channels advance.