servant/scripts
2016-04-04 16:22:11 +08:00
..
lib quick chat example base on chat example from engine-io 2015-07-28 05:52:02 -06:00
bump-versions.sh move doc/tutorial out of sources.txt 2016-04-04 16:22:11 +08:00
clear-sandbox.sh Use env bash rather than /bin/bash. 2015-12-25 15:50:28 +01:00
generate-nix-files.sh Use env bash rather than /bin/bash. 2015-12-25 15:50:28 +01:00
README.md fixed release readme and bumper script 2016-04-04 16:22:11 +08:00
start-sandbox.sh Use env bash rather than /bin/bash. 2015-12-25 15:50:28 +01:00
test-all.sh Use env bash rather than /bin/bash. 2015-12-25 15:50:28 +01:00
upload.hs rewrite upload script 2016-03-19 18:33:48 +08:00

The release process works roughly like this:

./scripts/bump-versions.sh <type-of-bump>
git commit
./scripts/upload.hs
git tag <version> && git push --tags