diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-24 12:14:49 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-24 12:14:49 -0400 |
| commit | a3e8de200ef1abaa646cc4686029887c275d444a (patch) | |
| tree | 79bcae97d312ce31aed0ea68142a073365c28352 | |
| parent | a7c1eda0c7b0f0a5f48221db8a00e1316162ca30 (diff) | |
add stub for new release notes
| -rw-r--r-- | static/releases.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 1c130501..be9dec2c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -352,6 +352,27 @@ <p>List of tagged releases. Snapshot releases without tags such as early releases of the project and early device support releases are not listed.</p> + <!-- + + <h3 id="2020.07.xx.xx"> + <a href="#2020.07.xx.xx">2020.07.xx.xx</a> + </h3> + + <p>Tags:</p> + <ul> + <li><a + href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ3A.200605.001.2020.07.xx.xx">QQ3A.200605.001.2020.07.xx.xx</a> (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 4, Pixel 4 XL)</li> + <li><a + href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ3A.200605.002.2020.07.xx.xx">QQ3A.200605.002.2020.07.xx.xx</a> (Pixel 3a, Pixel 3a XL, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2020.06.22.21 release:</p> + + <ul> + </ul> + + --> + <h3 id="2020.06.22.21"> <a href="#2020.06.22.21">2020.06.22.21</a> </h3> |
