Skip to content

[RELEASE] 1.2.0: Expansion of automation

Compare
Choose a tag to compare
@o-ba o-ba released this 12 Jan 13:16
· 49 commits to main since this release
12b61aa

Notable changes

Automatic extension key detection 12b61aa

Tailor does now automatically detect the extension key, if provided in your composer.json file. This makes the integration in your pipeline or workflow even easier. Just update your composer.json with the following, if not already done:

"extra": {
   "typo3/cms": {
      "extension-key": "my_ext",
   }
},

Update version number in documentation configuration a6b2f5b

The set-version command does now also automatically update the version number in your Documentation/Settings.cfg file, if present. If your extension does not feature a documentation at all, you can prevent Tailor from searching for the file by either using the option --no-docs or globally by setting the environment variable TYPO3_DISABLE_DOCS_VERSION_UPDATE=1.

All commits since 1.1.1

  • [FEATURE] Add ComposerReader to read information from composer.json 12b61aa
  • [TASK] Make regex more explicit and change severity 4a35cd6
  • [FEATURE] Update version number also in documentation settings a6b2f5b
  • [TASK] Explicitly use Composer 2 for GitHub Actions bdf9ed9
  • [BUGFIX] Fix typo in php file extension in the exclude list f1b99e4
  • [TASK] Make sure to exclude the public folder when packaging d9eff42
  • [TASK] Add test case for string array key in emconf c771aa5
  • [FOLLOWUP] Remove duplicate entry from the ignore list 245c882
  • [CLEANUP] Add another trailing comma for an array 69e60cd
  • [TASK] Ignore more files from uploading b109cf3
  • [CLEANUP] Streamling the ignore file c4f30f1