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
This feature would be like delete-previous-version, except it would delete the oldest version once the amount of versions within a package have reached a maximum number.
For example, you have package-x, with maximum versions set to 5:
1.0.01.1.01.2.01.3.01.4.0
When the next version, say 1.5.0, is released, winget-releaser would then delete 1.0.0 in that same pull request.
This would be most useful in packages that push a lot of updates but want to keep their version history clean, as it is uncommon for users to need versions that old.
This will be a great addition, but I won't like to implement it now since the YamlCreate script is being re-written to perform operations on manifests more easily using parameters. I guess it will be completed in the next few months, so expect this in the action by December or maybe earlier ;)
What would you like to see changed/added?
This feature would be like
delete-previous-version
, except it would delete the oldest version once the amount of versions within a package have reached a maximum number.For example, you have
package-x
, with maximum versions set to5
:When the next version, say 1.5.0, is released, winget-releaser would then delete 1.0.0 in that same pull request.
This would be most useful in packages that push a lot of updates but want to keep their version history clean, as it is uncommon for users to need versions that old.
This links to microsoft/winget-pkgs#66854 (reply in thread):
The text was updated successfully, but these errors were encountered: