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'`| - |
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`| - |
| `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`| - |
73
+
| `git_name` | Name used to configure git (for git operations) | `github-actions[bot]` |
74
+
| `git_email` | Email address used to configure git (for git operations) | `github-actions[bot]@users.noreply.github.com` |
73
75
74
76
<!-- | `changelog` | Create changelog when bumping the version | true | -->
0 commit comments