1--- 2title: 'Release Information' 3linkTitle: 'Releases' 4 5weight: 2 6menu: 7 main: 8 weight: 10 9--- 10 11We recommend most clients track our tip-of-tree as we work hard to keep it 12green. Doing so gives us timely feedback, and users the best chance of getting 13fixes. 14 15If you require less frequent updates, we cut a stable milestone every four weeks 16along with Chrome. 17 18## Release Process 19 20Chromium (and Skia) have a staged branching strategy. Every four weeks a branch 21is cut from a relatively stable revision near HEAD, is stabilized for six weeks, 22and then promoted to stable. 23 24Skia branches alongside Chromium, and progresses through the branch 25testing pipeline along with other Chromium components. The Chromium release process is thoroughly documented in the 26[Chrome Release Cycle](https://chromium.googlesource.com/chromium/src/+/master/docs/process/release_cycle.md). 27 28The branch/release dates are in the 29[schedule](https://chromiumdash.appspot.com/schedule). The current 30branches are listed in https://chromiumdash.appspot.com/branches. 31 32## Release Notes 33 34Skia release notes for all milestones can be found in the 35[Skia Graphics Release Notes](https://skia.googlesource.com/skia/+/refs/heads/main/RELEASE_NOTES.md).