Releases: devorto/github-actions
Releases · devorto/github-actions
1.9.5: Codesniffer Reporting
This release features extra logging for the Codesniffer validation
1.9.4: Codesniffer fix
Fixes an issue which prevents the check from posting the correct filename with the Codesniffer validation
1.9.3: Add display of errors
The codesniffer action cannot be read in the github checks, by adding the output lines we at least are able to see the messages in the checks.
1.9.2: Subject line 50 characters
Subject line only supported 49 characters instead of 50 like we claimed :grin:
1.9.1: Add CodeSniffer check
Validate code using codesniffer, installed with composer.
1.8.2: Clarify commit message problems
Some commit message warnings were unclear.
1.8.1: Add missing command
Forget to add command in console.php, muppet :expressionless:
1.8.0: Rewritten phar generation
Only generate phar files on new release instead of tag/push (which sometimes doesn't trigger if release creation is delayed).
1.7.4: Undefined index update
Instead of using $update variable 'update' string was used.
1.7.3: Removed DI again.
DI did not work within phar files? At least for now just removed it so app keeps working.