help for releasing

This commit is contained in:
cupcakearmy 2020-06-25 09:36:17 +02:00
parent 995f2250a1
commit ef93fef36a
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 9 additions and 0 deletions

9
RELEASE.md Normal file
View File

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