Skip to content

Commit 26a76a0

Browse files
default back to inc prerelease
1 parent b8599cb commit 26a76a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The action have the following parameters:
2222
| `CreateMajorTag` | Control wether to create a tag for major releases. | `true` | false |
2323
| `CreateMinorTag` | Control wether to create a tag for minor releases. | `true` | false |
2424
| `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 |
2626
| `VersionPrefix` | The prefix to use for the version number. | `v` | false |
2727

2828
### Example

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333
IncrementalPrerelease:
3434
description: Control wether to automatically increment the prerelease number. If disabled, the action will ensure only one prerelease exists for a given branch.
3535
required: false
36-
default: 'false'
36+
default: 'true'
3737
VersionPrefix:
3838
description: The prefix to use for the version number.
3939
required: false

0 commit comments

Comments
 (0)