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: git-cliff-release/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ This action uses conventional commit history to determine the recommended versio
7
7
-**release_type**: One of `auto` (default), `patch`, `minor`, `major` and `custom`. `auto` means that the version will be determined based on the commit history, `custom` will use the value of the `custom_version` input parameter, and `patch`, `minor` and `major` allow forcing the bump type.
8
8
-**custom_version**: Optional unless the `release_type` is set to `custom`.
9
9
-**cliff_config_path**: Path to a configuration file for git-cliff. If none is given, a built-in configuration will be used.
10
+
-**existing_changelog_path**: Path to an existing changelog. If given, the new changelog contents will be prepended to it intelligently.
11
+
-**token**: Github token to be used by github CLI (should be relevant for private repositories only)
0 commit comments