From efe1ea1f399d3e4777db078adc047e622f0dc98b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 23 Jul 2024 23:06:27 +0200 Subject: [PATCH] docs: how to release --- CONTRIBUTING.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e189db..349f81a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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= 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`.