Github prerelease flag was set using project.status which was causing it to always be true. Fixes this issue by now using the version plugin isFinal flag to check if something is prerelease or not. Still uses project.status as a fallback to avoid potential breaking changes.
Changes
Github release's prerelease was always false, now works as intended
Description
Github prerelease flag was set using
project.status
which was causing it to always be true. Fixes this issue by now using the version pluginisFinal
flag to check if something is prerelease or not. Still usesproject.status
as a fallback to avoid potential breaking changes.Changes
prerelease
was always false, now works as intended