diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-07 12:47:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-07 12:47:00 -0400 |
| commit | 39b54b421c55671074c325a62f2ab8042b90f9a9 (patch) | |
| tree | a205b2a31a012511615d67b7f19fe3913f19e398 | |
| parent | cd735e609d802e2cfccd1aa47fdedebf83e51ecb (diff) | |
add template for next release notes
| -rw-r--r-- | static/releases.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 99430aea..889334e7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -297,6 +297,25 @@ <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.xx.xx.xx"> + <a href="#2020.xx.xx.xx">2020.xx.xx.xx</a> + </h3> + + <p>Tags:</p> + <ul> + <li><a + href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ2A.200405.005.2020.xx.xx.xx">QQ2A.200405.005.2020.xx.xx.xx</a> (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2020.04.07.10 release:</p> + + <ul> + </ul> + + --> + <h3 id="2020.04.07.10"> <a href="#2020.04.07.10">2020.04.07.10</a> </h3> |
