mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
release-notes.pl: detect #[number] better for Ref: etc
This commit is contained in:
parent
0362944a2e
commit
87614768ce
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ sub onecommit {
|
|||
$ref = $closes[0];
|
||||
}
|
||||
|
||||
if($ref =~ /^(\d+)/) {
|
||||
if($ref =~ /^#?(\d+)/) {
|
||||
$ref = "https://curl.se/bug/?i=$1"
|
||||
}
|
||||
if($ref) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue