Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 438 Bytes

Contributing

Release checklist

  1. Update CHANGELOG.md;
  2. Bump version in .cabal file and fix bounds;
  3. Make tarball with stack sdist --pvp-bounds lower;
  4. Upload tarball as a package candidate, and if everything looks good then release it;
  5. Git tag the version: git tag -a v$VERSION -m "Tag v$VERISON" && git push origin v$VERSION.