diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-07-17 16:34:30 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-07-17 16:34:30 +0200 |
commit | 185d5eff862f096c3f35ec094d5fc2bcdc20ea49 (patch) | |
tree | ff374919e50967055e88681210f737dc520c6bbe | |
parent | f21255b3e2ad1c8192dd33691654373fe2fb3d7c (diff) | |
download | qutebrowser-185d5eff862f096c3f35ec094d5fc2bcdc20ea49.tar.gz qutebrowser-185d5eff862f096c3f35ec094d5fc2bcdc20ea49.zip |
Update release checklist
-rw-r--r-- | doc/contributing.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc index 19815da34..84e9a17d0 100644 --- a/doc/contributing.asciidoc +++ b/doc/contributing.asciidoc @@ -703,6 +703,7 @@ qutebrowser release * Make sure there are no unstaged changes and the tests are green. * Make sure all issues with the related milestone are closed. * Consider updating the completions for `content.headers.user_agent` in `configdata.yml`. +* Make sure Python is up-to-date on build machines. * Mark the milestone at https://github.com/qutebrowser/qutebrowser/milestones as closed. * Run `./.venv/bin/python3 scripts/dev/update_version.py {major,minor,patch}`. * Run the printed instructions accordingly. |