add README for release process

This commit is contained in:
Sönke Hahn 2016-03-18 09:35:48 +08:00
parent da1beba7f4
commit d96a8a0f3a

8
scripts/README.md Normal file
View file

@ -0,0 +1,8 @@
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
```