From ee40f13a304f947bd8c669f47648737eecac7182 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 24 Oct 2025 13:54:16 +0200 Subject: [PATCH] Update release checklist minor releases happen far more often --- doc/contributing.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc index 39aa575c4..1e41a0ba4 100644 --- a/doc/contributing.asciidoc +++ b/doc/contributing.asciidoc @@ -802,7 +802,8 @@ qutebrowser release **Automatic release via GitHub Actions (starting with v3.0.0):** * Double check Python version in `.github/workflows/release.yml` -* Run the `release` workflow on the `main` branch, e.g. via `gh workflow run release -f release_type=major` (`release_type` can be `major`, `minor` or `patch`; you can also override `python_version`) +* Run the `release` workflow on the `main` branch, e.g. via `gh workflow run release -f release_type=minor` (`release_type` can be `major`, `minor` or `patch`; you can also override `python_version`) +* Consider running `gh run watch` or `gh run view --web` to watch the progress **Manual release:**