📦 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:
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) 2025-03-01 01:09:40 +01:00 committed by GitHub
parent 0580ecbef3
commit 00c0d6d91a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]*)$