diff options
-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. |