Skip to content

Releases: devorto/github-actions

1.9.5: Codesniffer Reporting

24 Dec 15:16
Compare
Choose a tag to compare

This release features extra logging for the Codesniffer validation

1.9.4: Codesniffer fix

24 Dec 14:54
Compare
Choose a tag to compare

Fixes an issue which prevents the check from posting the correct filename with the Codesniffer validation

1.9.3: Add display of errors

21 Dec 12:36
Compare
Choose a tag to compare
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

29 Nov 09:24
c158a27
Compare
Choose a tag to compare
Subject line only supported 49 characters instead of 50 like we claimed :grin:

1.9.1: Add CodeSniffer check

30 Sep 08:48
8df0d7d
Compare
Choose a tag to compare
Validate code using codesniffer, installed with composer.

1.8.2: Clarify commit message problems

03 Sep 11:33
8c90a34
Compare
Choose a tag to compare
Some commit message warnings were unclear.

1.8.1: Add missing command

03 Sep 08:39
afdafb9
Compare
Choose a tag to compare
Forget to add command in console.php, muppet :expressionless:

1.8.0: Rewritten phar generation

03 Sep 08:31
2f5c8dd
Compare
Choose a tag to compare
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

23 Aug 09:30
ebae8c0
Compare
Choose a tag to compare
Instead of using $update variable 'update' string was used.

1.7.3: Removed DI again.

11 Aug 08:33
e0de60a
Compare
Choose a tag to compare
DI did not work within phar files?
At least for now just removed it so app keeps working.