servant/scripts
Sönke Hahn 1b83d30cf3 switch ci to stack and add ci cron job to test hackage breakage 2016-08-17 14:12:12 +02:00
..
lib quick chat example base on chat example from engine-io 2015-07-28 05:52:02 -06:00
README.md fixed release readme and bumper script 2016-04-04 16:22:11 +08:00
bump-versions.sh move doc/tutorial out of sources.txt 2016-04-04 16:22:11 +08:00
ci-cron.sh switch ci to stack and add ci cron job to test hackage breakage 2016-08-17 14:12:12 +02: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
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
test-stack.sh added test script for stack files (and fixed stack for ghc-7.8) 2016-05-29 00:03:46 +08:00
upload.hs tweaked release script 2016-04-15 19:23:23 +08:00

README.md

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