mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Automating tar ball creation
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*~
|
||||
*#
|
||||
*.swp
|
||||
gpl-2.0.txt
|
||||
|
@ -1,4 +1,6 @@
|
||||
LinkTitles
|
||||
==========
|
||||
|
||||
MediaWiki extension that automatically adds links to words that match titles of existing pages.
|
||||
MediaWiki extension that automatically adds links to words that match titles of existing pages.
|
||||
|
||||
For more information, see [[http://www.mediawiki.org/wiki/Extension:LinkTitles]]
|
||||
|
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/,'
|
BIN
release/LinkTitles-0.0.1.tar.gz
Normal file
BIN
release/LinkTitles-0.0.1.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user