add hidden releases entries for 4a 5G and 5

This commit is contained in:
Daniel Micay
2021-02-04 05:29:38 -05:00
parent 4e0927b15b
commit 216f7d9887
2 changed files with 41 additions and 1 deletions

View File

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