servant/scripts/README.md
2016-04-04 16:22:11 +08:00

9 lines
169 B
Markdown

The release process works roughly like this:
``` bash
./scripts/bump-versions.sh <type-of-bump>
git commit
./scripts/upload.hs
git tag <version> && git push --tags
```