You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Johan Tibell edited this page Mar 16, 2015
·
3 revisions
Process:
Check if there are any outstanding pull requests that can be easily merged.
Bump the version number in containers.cabal according to the PVP.
Build and test the release.
Upload to Hackage.
Tag the git repo.
Push commits and tags to the git repo.
To build and test the release (after bumping the version number):
# Check for regressions:
cabal test
# Build the release:
cabal sdist
Optionally, check for performance regressions by running the benchmarks against the current and the previous release and compare the output (somewhat of a manual process.)
Optionally, you can push all commits to the git repo and wait for our Travis build bot to report all green.