Skip to content

Commit

Permalink
[TASK] set ext_emconf version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichmathes committed Jan 21, 2025
1 parent 431ee27 commit ab0cdcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"test:unit": "phpunit -c Build/Testing/UnitTests.xml",
"test:functional": "phpunit -c Build/Testing/FunctionalTests.xml",
"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"
],
"render-documentation": "docker-compose -f Build/Documentation/docker-compose.yml run --rm t3docmake",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'state' => 'stable',
'uploadfolder' => false,
'clearCacheOnLoad' => false,
'version' => '3.0.0',
'version' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-13.9.99',
Expand Down

0 comments on commit ab0cdcc

Please sign in to comment.