Skip to content

Commit 7b80739

Browse files
authored
Merge pull request #4146 from tgross35/release-plz-links
release-plz: Fix the pull request URL
2 parents 63ad82c + 55bdcfa commit 7b80739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-plz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ commit_parsers = [
4545

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

0 commit comments

Comments
 (0)