= HelenOS Release Process = == Preparing the Release Files == * Use the script {{{tools/release.sh}}} to generate the release files * This script requires the environment variable {{{CROSS_PREFIX}}} to point to cross-toolchains for all architectures * Ideally all the cross-toolchains should be up to date (i.e. built using latest version of toolchain.sh) == Testing == * test boot images produced by release script * at the very least test all that can be emulated * each image should boot up correctly * ideally ieach image should run kernel tests ({{{# kcon / test *}}} to completion * note / create tickets for any issues found