From b684070bc934055ca77ca5e9aeb609a23a056bd9 Mon Sep 17 00:00:00 2001 From: Andy Mender Date: Sun, 7 Oct 2018 18:11:06 +0200 Subject: [PATCH] Update qutebrowser release pipeline in contributing.asciidoc --- doc/contributing.asciidoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc index c7776d133..7c12d6083 100644 --- a/doc/contributing.asciidoc +++ b/doc/contributing.asciidoc @@ -699,9 +699,12 @@ qutebrowser release * Update changelog (remove *(unreleased)*) and commit. * If committing on minor branch, cherry-pick release commit to master. * Mark the milestone at https://github.com/qutebrowser/qutebrowser/milestones as closed. -* Linux: run `./.venv/bin/python3 scripts/dev/build_release.py --bump ["major","minor","patch"] --upload`. -* Windows: Run `py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py -bump ["major","minor","patch"] --upload`. -* macOS: Run `python3 scripts/dev/build_release.py --bump ["major","minor","patch"] --upload`. +* Run `./.venv/bin/python3 scripts/dev/update_version.py major | minor | patch`. +* Run 'git push origin'. +* Create new release via GitHub (required to upload release artifacts). +* Linux: run `./.venv/bin/python3 scripts/dev/build_release.py --upload`. +* Windows: Run `py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload`. +* macOS: Run `python3 scripts/dev/build_release.py --upload`. * On server: - Run `python3 scripts/dev/download_release.py v1.X.Y` (replace X/Y by hand). - Run `git pull github master && sudo python3 scripts/asciidoc2html.py --website /srv/http/qutebrowser`