diff --git a/home/.chilipie-kiosk-version b/home/.chilipie-kiosk-version index c56a7c0..7660b0c 100644 --- a/home/.chilipie-kiosk-version +++ b/home/.chilipie-kiosk-version @@ -1,3 +1,3 @@ -v2.0.0-dev +v2.0.0-rc2 -# https://github.com/futurice/chilipie-kiosk +https://github.com/futurice/chilipie-kiosk diff --git a/image-setup.md b/image-setup.md index 4e8d6bf..d0fa8d3 100644 --- a/image-setup.md +++ b/image-setup.md @@ -2,9 +2,8 @@ ## Baseline setup -Replace `$TAG` with whatever version is being built, e.g. `v2.0.0`. - -1. Check that the version in `.chilipie-kiosk-version` matches `$TAG` +1. Set the version we're building, e.g. `export TAG=v2.0.0-rc2` +1. Update version file with `echo -e "$TAG\n\nhttps://github.com/futurice/chilipie-kiosk" > home/.chilipie-kiosk-version` 1. Run `./md-to-html.sh` 1. Check that all changes have been pushed to GitHub 1. Get Raspbian Lite (`2018-06-27-raspbian-stretch-lite.zip`)