servant/scripts/README.md

9 lines
197 B
Markdown
Raw Normal View History

2016-03-18 02:35:48 +01:00
The release process works roughly like this:
``` bash
./scripts/bump-versions.sh <type-of-bump>
git commit
./scripts/upload.sh <hackage-usr> <hackage-pwd>
git tag <version> && git push --tags
```