Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 169 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 169 Bytes

The release process works roughly like this:

./scripts/bump-versions.sh <type-of-bump>
git commit
./scripts/upload.hs
git tag <version> && git push --tags