From 72516aea6b98438ca408e1b5091997cc89ea7b2b Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 4 Nov 2022 05:55:24 -0700 Subject: [PATCH] update release process --- doc/release-process.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index d2ab4b2..64aeb52 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -45,6 +45,11 @@ git push * Update version in src/version.h * Sometimes the `dev` branch already has the new version and this is done already -* Make a new Gitea release +* Verify a full build works correctly: `./build.sh clean; ./build.sh` +* Merge dev branch into master +* Make a new Gitea release from master branch * There is an option for Gitea to automate making a new Git tag as well +* Make linux binaries: `./src/scripts/make-binary-tarball.sh` + * Upload to gitea release * Make debian package with `./src/scripts/make-deb.sh` + * Upload to gitea release