6462804f52
# Conflicts: # servant-server/servant-server.cabal # servant-server/src/Servant/Server/Internal.hs # servant-server/test/Servant/ServerSpec.hs # servant/servant.cabal # servant/src/Servant/API.hs |
||
---|---|---|
.. | ||
lib | ||
bump-versions.sh | ||
ci-cron.sh | ||
clear-sandbox.sh | ||
generate-nix-files.sh | ||
README.md | ||
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