mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Merge branch 'release-3.0.1' into develop
This commit is contained in:
@ -195,7 +195,7 @@
|
||||
'name' => 'LinkTitles',
|
||||
'author' => '[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus]',
|
||||
'url' => 'https://www.mediawiki.org/wiki/Extension:LinkTitles',
|
||||
'version' => '3.0.0',
|
||||
'version' => '3.0.1',
|
||||
'descriptionmsg' => 'linktitles-desc'
|
||||
);
|
||||
|
||||
|
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
LinkTitles 3.0.1: 2014-09-03
|
||||
* Fix several bugs in template handling.
|
||||
* Ignore <pre> and similar sections that span multiple lines.
|
||||
|
||||
LinkTitles 3.0.0: 2014-06-13
|
||||
* Dramatically improved performance (especially apparent during batch
|
||||
processing).
|
||||
|
@ -19,7 +19,7 @@ tar cvzf $FILENAME gpl-*.txt README.md NEWS *.php --exclude '*~' --transform 's,
|
||||
if [[ $? -eq 0 ]]; then
|
||||
# Add the tarball to the repository, commit it, then tag the commit and push to origin.
|
||||
git add $FILENAME
|
||||
git commit -m "Release version $1"
|
||||
git commit -m --amend
|
||||
git tag -a $1 -m "Version $1."
|
||||
git push
|
||||
git push --tags
|
||||
|
Reference in New Issue
Block a user