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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ 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.1.6.2] - 2025-10-23
23
+
24
+
### Changed
25
+
26
+
- make the commit message compliant with Conventional Commits
27
+
22
28
## [1.1.6.1] - 2025-09-13
23
29
24
30
fix: Tags MUST NOT trigger the GitHub Action.
@@ -123,7 +129,8 @@ fix: pull request issues
123
129
124
130
- This GitHub Action automates Prettier formatting across your project, ensuring consistent code styling by creating a new branch for review when necessary. It simplifies integrating Prettier into your workflow, although updates to workflow YAML files in `.github/workflows/` must be done manually.
| `commit-changes` | If `true`, commits changes to the current branch instead of creating a new one | Boolean | `false` |
40
+
| `commit-message` | Commit message for the changes | String | `"chore(prettier): apply Prettier fixes automatically"` |
41
+
| `debug` | Enable extra debug output (list of branches). | Boolean | `false` |
42
+
| `node-version` | Node.js version to use | String | `"20"` |
43
+
| `prettier-config-path` | Optional path to a custom Prettier config file | String | `""` |
44
+
| `skip-package-setup` | If `true`, skips `npm init` and dependency installation steps | Boolean | `false` |
45
45
46
46
Note: it would be possible to use `git-user-name` and `git-user-email` as inputs to set-up the info about the author of the commits, but for clarity [actions/checkout](https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token) recommends
0 commit comments