.. | ||
lib | ||
bump-versions.sh | ||
clear-sandbox.sh | ||
generate-nix-files.sh | ||
README.md | ||
start-sandbox.sh | ||
test-all.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