Noticing that a few versions we have in the recipes for abra have an underscore suffix like 1.2.3_1 and this seems to be when we have multiple tags for the same version. I recently added tagcmp's to the function to get the latest version but atm tagcmp does not consider this a valid tag. So we should add it in to work with these. Most likely that any tag with a _ is bigger than its non-suffixed version
Noticing that a few versions we have in the recipes for abra have an underscore suffix like `1.2.3_1` and this seems to be when we have multiple tags for the same version. I recently added tagcmp's to the function to get the latest version but atm tagcmp does not consider this a valid tag. So we should add it in to work with these. Most likely that any tag with a _ is bigger than its non-suffixed version
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Noticing that a few versions we have in the recipes for abra have an underscore suffix like
1.2.3_1and this seems to be when we have multiple tags for the same version. I recently added tagcmp's to the function to get the latest version but atm tagcmp does not consider this a valid tag. So we should add it in to work with these. Most likely that any tag with a _ is bigger than its non-suffixed versionExample error output from my abra patch
Would rather avoid writing this code, see coop-cloud/go-abra#66 (comment) for more.
coop-cloud/go-abra#66 (comment)