Allow prereleases in component versions to be filtered out
If a component version is marked as a prerelease, it should be possible to filter it out using the component version filter. To support this functionality, the `prereleases` key should be added to the `component_version_filter` section in the config. By default, the value is `true` (select prereleases). If the value is false, prereleases will not be selected unless the prerelease is the only version (and thus latest version). In the case the prerelease is the only/latest version, the component can be filtered out using the `names` key.
issue