summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-11-22 18:24:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-11-22 18:24:13 +0100
commit754a202bdfce682d4fb1368f39c511d87bb9c63e (patch)
treeb0506714b9dc8793564f249d72c452dc025ee448 /doc/contributing.asciidoc
parent0c54cd790e22b755cd7635c4f8e6e6393051469a (diff)
downloadqutebrowser-754a202bdfce682d4fb1368f39c511d87bb9c63e.tar.gz
qutebrowser-754a202bdfce682d4fb1368f39c511d87bb9c63e.zip
Improve release instructions
If we're in the release branch, we're going to delete the second (unreleased) anyways...
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 355c90285..95c53cea5 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -709,7 +709,7 @@ qutebrowser release
* 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.
-* Update changelog, replace correct (unreleased) by (today).
+* Update changelog in master branch
* If necessary: Update changelog in release branch from master.
* Run `./.venv/bin/python3 scripts/dev/update_version.py {major,minor,patch}`.
* Run the printed instructions accordingly.