You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### `Security` in case of vulnerabilities
21
21
22
+
## [1.0.3] - 2025-10-04
23
+
24
+
- feat: the default commit message made compliant with Conventional Commits
25
+
26
+
### Changed
27
+
28
+
- the default commit message made compliant with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
29
+
- chore(super-linter): Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.1.0 to 8.2.0.
30
+
22
31
## [1.0.2] - 2025-05-31
23
32
24
33
fix: Fix pull request issues
@@ -51,7 +60,8 @@ fix: Fix pull request issues
51
60
- The new boolean input `stop-on-manual-fix` will cause the workflow to stop (fail) if manual fixes are necessary. (Also stops with an error if some manual fixes are required on top of automatic fixes.)
52
61
- Cached `vendor/` (for a unique combination of php-version and composer.json) after a successful run in order to speed up further runs.
| `commit-changes` | If set to `true`, the action will commit changes to the current branch; otherwise a new branch is created for manual review. | Boolean | `false` |
41
-
| `commit-message` | Commit message to use if the action commits changes. | String | `"PHP Code Beautifier fixes applied automatically"` |
41
+
| `commit-message` | Commit message to use if the action commits changes. | String | `"chore(phpcf): PHP Code Beautifier fixes applied automatically"` |
42
42
| `debug` | Enable extra debug output (list of branches). | Boolean | `false` |
43
43
| `extensions` | Comma-delimited list of file extensions to be sniffed. Note: an empty value will disable checking. | String | `"php"` (defaults to PHP only; other file types must be specified) |
44
44
| `ignore` | Ignore files based on a comma-separated list of patterns matching files and/or directories. | String | `vendor/` |
0 commit comments