Skip to content

Commit 2440706

Browse files
committed
release-plz: Fix the pull request URL
(apply <#4146> to `main`) (cherry picked from commit 55bdcfa)
1 parent c4e108e commit 2440706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-plz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ commit_parsers = [
4444

4545
link_parsers = [
4646
# Extract backport patterns
47-
{ pattern = '\(backport <.*/(\d+)>\)', text = "#$1", href = "https://github.com/rust-lang/libc/pulls/$1"}
47+
{ pattern = '\(backport <.*/(\d+)>\)', text = "#$1", href = "https://github.com/rust-lang/libc/pull/$1"}
4848
]

0 commit comments

Comments
 (0)