servant/scripts/README.md

9 lines
169 B
Markdown
Raw Normal View History

2016-03-18 09:35:48 +08:00
The release process works roughly like this:
``` bash
./scripts/bump-versions.sh <type-of-bump>
git commit
2016-04-01 19:51:50 +08:00
./scripts/upload.hs
2016-03-18 09:35:48 +08:00
git tag <version> && git push --tags
```