- Update CHANGELOG.md;
- Bump version in .cabal file and fix bounds;
- Make tarball with
stack sdist --pvp-bounds lower
; - Upload tarball as a package candidate, and if everything looks good then release it;
- Git tag the version:
git tag -a v$VERSION -m "Tag v$VERISON" && git push origin v$VERSION
.
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.