-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Summary
The current setting AutoCleanup should be renamed to CleanupPrereleases to better reflect what it actually does - cleaning up prerelease tags after a stable release is created.
Context
This rename was initially attempted as part of the ReleaseType feature work, but was reverted to avoid an unnecessary breaking change in that PR. This issue tracks the rename as a separate, focused change.
Changes Required
The rename needs to be coordinated across:
- Get-PSModuleSettings: Update
Publish.Module.AutoCleanuptoPublish.Module.CleanupPrereleases - Publish-PSModule: Update
AutoCleanupinput toCleanupPrereleases - Process-PSModule: Update workflow to use the new input name
Notes
- This is a breaking change for users who have explicitly set
AutoCleanupin theirPSModule.yml - Consider adding backwards compatibility by accepting both names during a transition period