servant/scripts/README.md

9 lines
169 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
2016-04-01 13:51:50 +02:00
./scripts/upload.hs
2016-03-18 02:35:48 +01:00
git tag <version> && git push --tags
```