Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak logic for which releases are stable
* Change validation so only releases with a tags like "1.2.3" are considered stable, and the rest are unstable (pre-releases) * Use tag_name for verifying since name can be missing, and tag_name should have the last version. * Count pre-releases as unstable releases (if they have assets)
- Loading branch information