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
| `prerelease` | Set as prerelease {alpha,beta,rc} choose type of prerelease | - |
71
-
| `extra_requirements` | Custom requirements, if your project uses a custom rule or plugins, you can specify them separated by a space. E.g: `'commitizen-emoji conventional-JIRA'`| - |
| `prerelease` | Set as prerelease {alpha,beta,rc} choose type of prerelease | - |
71
+
| `extra_requirements` | Custom requirements, if your project uses a custom rule or plugins, you can specify them separated by a space. E.g: `'commitizen-emoji conventional-JIRA'`| - |
72
+
| `changelog_increment_filename` | Filename to store the incremented generated changelog. This is different to changelog as it only contains the changes for the just generated version. Example: `body.md`| - |
72
73
73
74
<!-- | `changelog` | Create changelog when bumping the version | true | -->
Copy file name to clipboardExpand all lines: action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,6 @@ inputs:
32
32
description: 'Extra commitizen dependencies like your custom plugins or rules'
33
33
required: false
34
34
default: ''
35
+
changelog_increment_filename:
36
+
description: 'Filename to store the incremented generated changelog. This is different to changelog as it only contains the changes for the just generated version'
0 commit comments