diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-29 02:27:03 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-29 02:28:30 -0400 |
| commit | 01f3a841a35d38e5122284a87d85e3ff8db9922e (patch) | |
| tree | 9ec75c46d3f5fb6387f09314af11ecf608d6037a | |
| parent | 9e5abbaea8e1d59bada849a421ba79d55a470064 (diff) | |
expand docs on release generation changes
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index cc082081..00574e68 100644 --- a/static/releases.html +++ b/static/releases.html @@ -812,7 +812,11 @@ <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/127.0.6533.64.1">version 127.0.6533.64.1</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-124">version 124</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-125">version 125</a></li> - <li>add support for generating web installer optimized factory images zip for an improved web install approach not requiring fastbootd</li> + <li>fastboot: add support for generating web installer optimized factory images zip for an improved web install approach not requiring fastbootd</li> + <li>integrate generating web installation optimized factory images zip into release signing script</li> + <li>split script/release.sh to remove dependency on build output and the OS source tree (see the new instructions for signing releases)</li> + <li>rename script/release.sh to script/generate-release.sh</li> + <li>add script/generate-releases.sh wrapper script</li> </ul> </article> --> |
