summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-18 18:19:21 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-18 18:19:21 +0200
commit07e1376e64ad27a273682997ad705ef156b785ef (patch)
tree593613e555d4b7cefa07c1587bfa4d567befae60
parentb11ead8f424e6bc901009a4b13dfcfd7516bae59 (diff)
downloadqutebrowser-07e1376e64ad27a273682997ad705ef156b785ef.tar.gz
qutebrowser-07e1376e64ad27a273682997ad705ef156b785ef.zip
ci: Fix changelog URL for releases
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0faabb25a..26d40fa7f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -186,7 +186,7 @@ jobs:
repo: context.repo.repo,
release_id: "${{ needs.prepare.outputs.release_id }}",
draft: false,
- body: "Check the [changelog](https://github.com/qutebrowser/qutebrowser/blob/master/doc/changelog.asciidoc) for changes in this release.",
+ body: "Check the [changelog](https://github.com/qutebrowser/qutebrowser/blob/main/doc/changelog.asciidoc) for changes in this release.",
})
irc:
timeout-minutes: 2