parent
995f2250a1
commit
ef93fef36a
@ -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
|
||||
```
|
Loading…
Reference in new issue