summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-10-03 16:14:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-10-03 16:14:25 +0200
commita5a222244d1a71c4d73ad1309ac9bb3dd0c2f6a5 (patch)
tree711eb94d6abbdeed9ff3c57b5cf878daa0a71177 /doc/contributing.asciidoc
parent7d08714a93ade6ba9c6d9b17490c1ce95dfa758e (diff)
downloadqutebrowser-a5a222244d1a71c4d73ad1309ac9bb3dd0c2f6a5.tar.gz
qutebrowser-a5a222244d1a71c4d73ad1309ac9bb3dd0c2f6a5.zip
Update release checklist for Python 3.7
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 2c2ccbd3d..bef345c0c 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -710,8 +710,8 @@ qutebrowser release
as closed.
* Linux: Run `git checkout v1.$x.$y && ./.venv/bin/python3 scripts/dev/build_release.py --upload v1.$x.$y`.
-* Windows: Run `git checkout v1.X.Y; py -3.6 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
-* macOS: Run `pyenv shell 3.6.6 && git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
+* Windows: Run `git checkout v1.X.Y; py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
+* macOS: Run `git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
* 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`