Skip to content

Commit

Permalink
Merge pull request #4146 from tgross35/release-plz-links
Browse files Browse the repository at this point in the history
release-plz: Fix the pull request URL
  • Loading branch information
tgross35 authored Nov 25, 2024
2 parents 63ad82c + 55bdcfa commit 7b80739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]

0 comments on commit 7b80739

Please sign in to comment.