summaryrefslogtreecommitdiff
path: root/docs/md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/md')
-rw-r--r--docs/md/building.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/md/building.md b/docs/md/building.md
index 1afd0e6..1932042 100644
--- a/docs/md/building.md
+++ b/docs/md/building.md
@@ -68,6 +68,18 @@ To build for release, make sure to extract the tarball, and then add `-tags=rele
GOFLAGS="-tags=release" make
```
+To upload the releases to Codeberg, run:
+```bash
+./make_release.sh
+./upload_release.sh
+```
+
+For pre-releases:
+```bash
+./make_release.sh -p
+./upload_release.sh -p
+```
+
### Package formats
We support the following additional package formats: RPM (Linux, Fedora) and Deb (Linux, Debian derivatives)