gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 340/411: release-notes.pl: detect #[number] better for Ref: etc


From: gnunet
Subject: [gnurl] 340/411: release-notes.pl: detect #[number] better for Ref: etc
Date: Wed, 13 Jan 2021 01:22:35 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 87614768cef9e98c91125cd67100caec8b20d1f3
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Fri Nov 13 13:17:16 2020 +0100

    release-notes.pl: detect #[number] better for Ref: etc
---
 scripts/release-notes.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index 83e266fc3..1aea3b52a 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -137,7 +137,7 @@ sub onecommit {
         $ref = $closes[0];
     }
 
-    if($ref =~ /^(\d+)/) {
+    if($ref =~ /^#?(\d+)/) {
         $ref = "https://curl.se/bug/?i=$1";
     }
     if($ref) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]