mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Only use abbreviated tag name in generated archive
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
# extension into two archive files that contain the current
|
||||
# git tag as the version number.
|
||||
|
||||
tar cvzf release/LinkTitles-`git describe --tags`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'
|
||||
tar cvzf release/LinkTitles-`git describe --tags --abbrev=0`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'
|
||||
|
Reference in New Issue
Block a user