Skip to content

Commit 71887c8

Browse files
Keep AutoCleanup name instead of renaming to CleanupPrereleases
1 parent ca019bc commit 71887c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ The following settings are available in the settings file:
392392
| `Build.Docs.ShowSummaryOnSuccess` | `Boolean` | Show super-linter summary on success for documentation linting | `false` |
393393
| `Build.Site.Skip` | `Boolean` | Skip site build | `false` |
394394
| `Publish.Module.Skip` | `Boolean` | Skip module publishing | `false` |
395-
| `Publish.Module.CleanupPrereleases` | `Boolean` | Automatically clean up old prerelease tags when merging to main or when a PR is abandoned | `true` |
395+
| `Publish.Module.AutoCleanup` | `Boolean` | Automatically clean up old prerelease tags when merging to main or when a PR is abandoned | `true` |
396396
| `Publish.Module.AutoPatching` | `Boolean` | Automatically patch module version | `true` |
397397
| `Publish.Module.IncrementalPrerelease` | `Boolean` | Use incremental prerelease versioning | `true` |
398398
| `Publish.Module.DatePrereleaseFormat` | `String` | Format for date-based prerelease (uses [.NET DateTime format strings](https://learn.microsoft.com/dotnet/standard/base-types/standard-date-and-time-format-strings)) | `''` |
@@ -466,7 +466,7 @@ Test:
466466
Publish:
467467
Module:
468468
Skip: false
469-
CleanupPrereleases: true
469+
AutoCleanup: true
470470
AutoPatching: true
471471
IncrementalPrerelease: true
472472
DatePrereleaseFormat: ''

tests/srcWithManifestTestRepo/.github/PSModule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Test:
1111
PercentTarget: 1
1212
Publish:
1313
Module:
14-
CleanupPrereleases: false
14+
AutoCleanup: false
1515
Linter:
1616
env:
1717
VALIDATE_BIOME_FORMAT: false

0 commit comments

Comments
 (0)