📦 Tell git archive to include numbered tags (#4593)
The wildcard at the beginning used to match tags with arbitrary prefixes otherwise. This patch corrects that making it more accurate.
This commit is contained in:
parent
0580ecbef3
commit
00c0d6d91a
@ -1,3 +1,3 @@
|
||||
node: $Format:%H$
|
||||
node-date: $Format:%cI$
|
||||
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
|
||||
describe-name: $Format:%(describe:tags=true,match=[0-9]*)$
|
||||
|
Loading…
Reference in New Issue
Block a user