We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Process:
To build and test the release (after bumping the version number):
# Check for regressions: cabal test # Build the release: cabal sdist
Optionally, you can push all commits to the git repo and wait for our Travis build bot to report all green.
Make sure you tag the repo in the end:
git tag vX.Y.Z.P git push && git push --tags