Files
LinkTitles/release.sh
Daniel Kraus 8d8c47356d Release 1.0.0
2012-05-22 19:02:34 +02:00

8 lines
304 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 --abbrev=0`.tar.gz gpl-*.txt NEWS LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'