docs: how to release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2024-07-23 23:06:27 +02:00
parent 3de4512a33
commit efe1ea1f39
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -20,17 +20,10 @@ cat contrib/logo/LOGO | lolcat -F 0.1
### Release
Currently, you have to be `@decentral1se` to do this:
```bash
git tag <version>
VERSION=<version> make release
```
You can build a local-only release by running this:
```bash
goreleaser release --snapshot --clean
make release
mv dist contrib/web
cd contrib/web
distribusi -c styles.css
rsync -avz . varia.zone:public_html/distribusi
```
Binaries are in `dist`.