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-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The action have the following parameters:
22
22
|`CreateMajorTag`| Control wether to create a tag for major releases. |`true`| false |
23
23
|`CreateMinorTag`| Control wether to create a tag for minor releases. |`true`| false |
24
24
|`DatePrereleaseFormat`| The format to use for the prerelease number using [.NET DateTime format strings](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings). |`''`| false |
25
-
|`IncrementalPrerelease`| Control wether to automatically increment the prerelease number. If disabled, the action will ensure only one prerelease exists for a given branch. |`false`| false |
25
+
|`IncrementalPrerelease`| Control wether to automatically increment the prerelease number. If disabled, the action will ensure only one prerelease exists for a given branch. |`true`| false |
26
26
|`VersionPrefix`| The prefix to use for the version number. |`v`| false |
Copy file name to clipboardexpand all lines: action.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ inputs:
33
33
IncrementalPrerelease:
34
34
description: Control wether to automatically increment the prerelease number. If disabled, the action will ensure only one prerelease exists for a given branch.
35
35
required: false
36
-
default: 'false'
36
+
default: 'true'
37
37
VersionPrefix:
38
38
description: The prefix to use for the version number.
0 commit comments