diff --git a/RELEASE.md b/RELEASE.md index 3747fb8e8..32f5d664b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -53,6 +53,14 @@ doing that so it may be necessary to roll back dependencies to the version specified by `make updatedirect` in order to get rclone to build. +## Tidy beta + +At some point after the release run + + bin/tidy-beta v1.55 + +where the version number is that of a couple ago to remove old beta binaries. + ## Making a point release If rclone needs a point release due to some horrendous bug: diff --git a/bin/tidy-beta b/bin/tidy-beta index d884f49ce..9d5d29fad 100755 --- a/bin/tidy-beta +++ b/bin/tidy-beta @@ -15,6 +15,7 @@ else fi rclone ${dry_run} -vv -P --checkers 16 --transfers 16 delete \ + --fast-list \ --include "/${version}**" \ - --include "/branch/${version}**" \ + --include "/branch/*/${version}**" \ memstore:beta-rclone-org