summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorAndy Mender <andymenderunix@gmail.com>2018-10-07 18:11:06 +0200
committerAndy Mender <andymenderunix@gmail.com>2018-10-07 18:11:06 +0200
commitb684070bc934055ca77ca5e9aeb609a23a056bd9 (patch)
tree44945eafa917c0d9b4223caa8c9380e0faa10d5f /doc/contributing.asciidoc
parent41402cb45fdb48e52dc6be915aca72f0584d06ae (diff)
downloadqutebrowser-b684070bc934055ca77ca5e9aeb609a23a056bd9.tar.gz
qutebrowser-b684070bc934055ca77ca5e9aeb609a23a056bd9.zip
Update qutebrowser release pipeline in contributing.asciidoc
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc9
1 files 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`