Update version file.

This commit is contained in:
Jarno Rantanen 2018-08-06 16:59:40 +03:00
parent 1af2da554b
commit 1dea9079e1
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,3 @@
v2.0.0-dev v2.0.0-rc2
# https://github.com/futurice/chilipie-kiosk https://github.com/futurice/chilipie-kiosk

View File

@ -2,9 +2,8 @@
## Baseline setup ## Baseline setup
Replace `$TAG` with whatever version is being built, e.g. `v2.0.0`. 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. Check that the version in `.chilipie-kiosk-version` matches `$TAG`
1. Run `./md-to-html.sh` 1. Run `./md-to-html.sh`
1. Check that all changes have been pushed to GitHub 1. Check that all changes have been pushed to GitHub
1. Get Raspbian Lite (`2018-06-27-raspbian-stretch-lite.zip`) 1. Get Raspbian Lite (`2018-06-27-raspbian-stretch-lite.zip`)