releases: add hidden sections for bonito and sargo

This commit is contained in:
Daniel Micay
2019-06-13 11:17:17 -04:00
parent f424932ea5
commit 60902ba216
10 changed files with 58 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
const devices = ["crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"];
const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"];
const channels = ["stable", "beta"];
for (const channel of channels) {