mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
release-notes.pl: detect #[number] better for Ref: etc
This commit is contained in:
parent
0362944a2e
commit
87614768ce
@ -137,7 +137,7 @@ sub onecommit {
|
|||||||
$ref = $closes[0];
|
$ref = $closes[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
if($ref =~ /^(\d+)/) {
|
if($ref =~ /^#?(\d+)/) {
|
||||||
$ref = "https://curl.se/bug/?i=$1"
|
$ref = "https://curl.se/bug/?i=$1"
|
||||||
}
|
}
|
||||||
if($ref) {
|
if($ref) {
|
||||||
|
Loading…
Reference in New Issue
Block a user