Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 567 Bytes

File metadata and controls

12 lines (10 loc) · 567 Bytes

Release checklist

For any given package that you want to release:

[ ] Update the version in the appropriate cabal file; [ ] Update the relevant CHANGELOG.md if necessary; [ ] Commit and push; [ ] Wait for the Github Actions pipeline to complete; [ ] Download the release artifacts from the build on Github Actions; [ ] Download the documentation artifacts from the build on Github Actions; [ ] Release to Hackage: cabal upload --publish <release-artifact>. [ ] Upload documentation to Hackage: cabal upload --publish --documentation <documentation-artifact>.