-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from sitegeist/task/prepareForNewReleases
Task/prepare for new releases
- Loading branch information
Showing
4 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,8 @@ Rules: | |
|
||
## Authors & Sponsors | ||
|
||
* Simon Praetorius - [email protected] | ||
* Ulrich Mathes - [email protected] | ||
* Simon Praetorius - [email protected] | ||
* [All contributors](https://github.com/sitegeist/fluid-components/graphs/contributors) | ||
|
||
*The development and the public-releases of this package is generously sponsored | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,13 @@ | |
"homepage": "https://github.com/sitegeist/csv-labels", | ||
"license": ["GPL-2.0-or-later"], | ||
"authors": [ | ||
{ | ||
"name": "Ulrich Mathes", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Simon Praetorius", | ||
"role": "Developer" | ||
"email": "[email protected]" | ||
} | ||
], | ||
"support": { | ||
|
@@ -53,6 +57,7 @@ | |
"lint:php": "phpcs --standard=PSR2 --extensions=php --exclude=Generic.Files.LineLength --ignore=.Build,Tests,ext_emconf.php .", | ||
"lint:editorconfig": "ec .", | ||
"prepare-release": [ | ||
"sed -i'' -e \"s/'version' => ''/'version' => '$(echo ${GITHUB_REF#refs/tags/} | sed 's/v//')'/\" ext_emconf.php", | ||
"rm -r .github .ecrc .editorconfig .gitattributes Tests" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
'title' => 'CSV Labels', | ||
'description' => 'Use CSV files to provide translation labels to TYPO3', | ||
'category' => 'misc', | ||
'author' => 'Simon Praetorius', | ||
'author_email' => 'praetorius@sitegeist.de', | ||
'author' => 'Ulrich Mathes, Simon Praetorius', | ||
'author_email' => 'mathes@sitegeist.de, [email protected]', | ||
'author_company' => 'sitegeist media solutions GmbH', | ||
'state' => 'stable', | ||
'uploadfolder' => false, | ||
'clearCacheOnLoad' => true, | ||
'version' => '1.0.2', | ||
'version' => '', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '9.5.0-12.9.99', | ||
|