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: action.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ inputs:
13
13
APIKey:
14
14
description: PowerShell Gallery API Key.
15
15
required: true
16
-
CleanupPrereleases:
17
-
description: When enabled, only performs cleanup of old prerelease tags without creating a new release or publishing to PSGallery.
16
+
AutoCleanup:
17
+
description: Control wether to automatically delete the prerelease tags after the stable release is created.
18
18
required: false
19
-
default: 'false'
19
+
default: 'true'
20
20
AutoPatching:
21
21
description: Control wether to automatically handle patches. If disabled, the action will only create a patch release if the pull request has a 'patch' label.
22
22
required: false
@@ -50,7 +50,7 @@ inputs:
50
50
required: false
51
51
default: NoRelease
52
52
ReleaseType:
53
-
description: The type of release to create. Values are 'Release' (stable), 'Prerelease', or 'None'. Cleanup is handled separately via CleanupPrereleases.
53
+
description: The type of release to create. Values are 'Release' (stable), 'Prerelease', or 'None'.
0 commit comments