servant/scripts
2016-08-17 14:12:12 +02:00
..
lib
bump-versions.sh
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
generate-nix-files.sh
README.md fixed release readme and bumper script 2016-04-04 16:22:11 +08:00
start-sandbox.sh
test-all.sh
test-stack.sh
upload.hs

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