mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Automating tar ball creation
This commit is contained in:
7
release.sh
Executable file
7
release.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script packs the relevant files of the LinkTitles
|
||||
# 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 LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'
|
Reference in New Issue
Block a user