Skip to content
Snippets Groups Projects
Commit 3c24b515 authored by Yadd's avatar Yadd
Browse files

Fix GitHub tags regex

parent 0068c4cd
No related branches found
No related tags found
Loading
Pipeline #247113 passed
......@@ -2,4 +2,4 @@ version=4
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-http-errors-$1.tar.gz/ \
https://github.com/jshttp/http-errors/tags .*/archive/v?([\d\.]+).tar.gz
https://github.com/jshttp/http-errors/tags .*/archive/.*/v?([\d\.]+).tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment