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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The action can be configured using the following settings:
39
39
40
40
| Name | Description | Default | Required |
41
41
| --- | --- | --- | --- |
42
-
|`AutoCleanup`| Control wether to automatically cleanup prereleases. If disabled, the action will not remove any prereleases. |`true`| false |
42
+
|`AutoCleanup`| Control wether to automatically cleanup prereleases. If disabled, the action will not remove any prereleases. |`true`| false |
43
43
|`AutoPatching`| Control wether to automatically handle patches. If disabled, the action will only create a patch release if the pull request has a 'patch' label. |`true`| false |
44
44
|`ConfigurationFile`| The path to the configuration file. Settings in the configuration file take precedence over the action inputs. |`.github\auto-release.yml`| false |
45
45
|`CreateMajorTag`| Control wether to create a tag for major releases. |`true`| false |
0 commit comments