Browse Source

update release process

pull/112/head
Jonathan "Duke" Leto 2 years ago
parent
commit
72516aea6b
  1. 7
      doc/release-process.md

7
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

Loading…
Cancel
Save