Files
LinkTitles/release.sh
2012-05-20 13:38:17 +02:00

8 lines
288 B
Bash
Executable File

#!/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/,'