Add option to use previous release if latest release contains no assets that match given filter
cobalt2727 opened this issue · 3 comments
cobalt2727 commented
I'm automating updates for a repo that failed to build their latest version for arm64 - it would be nice to have a fallback:
https://github.com/minecraft-linux/appimage-builder/releases/tag/v0.9.0-713
dvershinin commented
@cobalt2727 I've dealt with a similar issue and think there's already an option for you :-)
lastversion --having-asset ~arm64 minecraft-linux/appimage-builder
cobalt2727 commented
Thanks! Is this in the documentation anywhere?
dvershinin commented
Yes, there's a section in the README that goes Use case: releases with specific assets