From 55bdcfa6cef6aee92645b810a0d30851a9cb7d52 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 25 Nov 2024 17:01:34 -0500 Subject: [PATCH] release-plz: Fix the pull request URL --- .release-plz.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-plz.toml b/.release-plz.toml index c33c23c5b85a..6442af58ad98 100644 --- a/.release-plz.toml +++ b/.release-plz.toml @@ -45,5 +45,5 @@ commit_parsers = [ link_parsers = [ # Extract backport patterns - { pattern = '\(backport <.*/(\d+)>\)', text = "#$1", href = "https://github.com/rust-lang/libc/pulls/$1"} + { pattern = '\(backport <.*/(\d+)>\)', text = "#$1", href = "https://github.com/rust-lang/libc/pull/$1"} ]