tailor icon indicating copy to clipboard operation
tailor copied to clipboard

CLI Tool for maintaining public TYPO3 Extensions

Results 13 tailor issues
Sort by recently updated
recently updated
newest added

## Summary / Description Talking with @georgringer this morning as he asked about if my GitHub Action respects the `.gitattributes`-file. I look into the Tailor and say it's a manually...

feature

## Summary / Description Currently, my TER release is failing with the following message: `No or invalid ext_emconf.php found in the folder. ` I'd like to have specific error messages...

feature

At the moment the commands and its parameters are not tested. To avoid regressions for the user, tests should be added properly. I will take care once my pending PRs...

The input type of the no-docs option should imho be NO_VALUE see https://github.com/TYPO3/tailor/blob/2b4fa52ea9178c9c606018bba62a6b2bfd36cc7a/src/Command/Extension/SetExtensionVersionCommand.php#L42

bug
major version
breaking

## Summary / Description A --dry-run option would be a cool thing for debugging.

feature

This PR proposes a more fine-grained way of `ext_emconf.php` file validation. A new `EmConfValidationError` class is introduced (can be converted to a native enum once support for PHP < 8.1...

## Summary / Description I'm trying to publish my extension running the `tailer ter:publish` command in a GitHub Actions workflow. The command is ``` tailor ter:publish --comment "## What's Changed...

bug

The `README.md` contains a GitHub workflow example for publishing in on pushed tags and extracts from a annotated tag content created with ```shell git tag -a -m "some content" ```...

This PR adds support for version replacement in `Documentation/guides.xml` files, in addition to version replacement in legacy `Documentation/Settings.cfg` files.