mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
10 lines
149 B
Markdown
10 lines
149 B
Markdown
|
# 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
|
||
|
```
|