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
Is it possible to keep N versions of the specified version pattern rather than any version.
Scenario:
I would like to delete both old release and pre-release packages. However, with the current set-up there is a possibility of losing either all release or all pre-release packages. This would mainly be used for private packages.
Thanks!
The text was updated successfully, but these errors were encountered:
If you use a consistent versioning scheme for both types of packages, this should be possible. If you set the version-pattern option, only versions matching that will be considered for deletion.
Let's say your release versions look like "1.2.3" and your pre-release versions look like "1.2.3-alpha1".
Is it possible to keep N versions of the specified version pattern rather than any version.
Scenario:
I would like to delete both old release and pre-release packages. However, with the current set-up there is a possibility of losing either all release or all pre-release packages. This would mainly be used for private packages.
Thanks!
The text was updated successfully, but these errors were encountered: