autorestic/RELEASE.md

10 lines
149 B
Markdown
Raw Normal View History

2020-06-25 09:36:17 +02:00
# Releasing
Releases are handled by the CD server with includes checksums for each binary.
```bash
git tag 0.x
git push
git push origin --tags
```