We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac7eb commit 893c5efCopy full SHA for 893c5ef
.release-plz.toml
@@ -44,5 +44,5 @@ commit_parsers = [
44
45
link_parsers = [
46
# Extract backport patterns
47
- { 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"}
48
]
0 commit comments