We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63ad82c + 55bdcfa commit 7b80739Copy full SHA for 7b80739
.release-plz.toml
@@ -45,5 +45,5 @@ commit_parsers = [
45
46
link_parsers = [
47
# Extract backport patterns
48
- { 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"}
49
]
0 commit comments