Skip to content

Commit

Permalink
Merge pull request #11 from sitegeist/task/prepareForNewReleases
Browse files Browse the repository at this point in the history
Task/prepare for new releases
  • Loading branch information
ulrichmathes authored Jun 17, 2024
2 parents c599245 + c8c5c46 commit 02cb4f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
terUpload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tomasnorre/typo3-upload-ter@v2
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2.0.7
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
]
}
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 02cb4f5

Please sign in to comment.