summaryrefslogtreecommitdiff
path: root/docs/md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-26 11:37:50 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-26 12:21:43 +0100
commit7c5ff7b0f67d6c69d99ff6152b58778c32b5d204 (patch)
treefaa94593d0910f3b267c753b475530709a525c1f /docs/md
parentb4ab5e800bcc3fed5af5a63558b64285a8895791 (diff)
Release scripts: Move to Codeberg
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)