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