dvershinin/lastversion

Add option to use previous release if latest release contains no assets that match given filter

cobalt2727 opened this issue · 3 comments

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
image

@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 

Thanks! Is this in the documentation anywhere?

Yes, there's a section in the README that goes Use case: releases with specific assets