dbt-labs / hubcap

This app adds modules to the hubsite at hub.getdbt.com
13 stars 100 forks source link

Package on the Hub with only prerelease tags #227

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

When all the tagged versions for a package are prereleases, then hubcap will generate a PR, but Netflify won't be able to build it, so it can't auto-merge. This will hold up all other packages until it is resolved.

This is caused by a confluence of issues:

Easiest solution:

Other solutions:

I'm taking the easiest solution in the short-term and have a PR ready that implements the first "other" solution.

A problem with using the easiest solution long-term is that simple human error can trigger this situation again in the future. I'd rather prevent it entirely.