remix-run / remix-website

322 stars 72 forks source link

Requires Tags and Releases with specific prefixes #259

Open tlawrie opened 3 months ago

tlawrie commented 3 months ago

When forking and connecting to a new documentation github, the site won't run without tags and releases in the liked docs repo.

It will fail the invariant check on "latestVersion" in docs.$lang.$ref.$.tsx:78

Its also not clear from the documentation or .env.example as to what RELEASE_PACKAGE means. Essentially, from what I could figure out, it is the prefix in the tag i.e. remix@0.0.1 vs v0.0.1 and in fact tags / releases must either have the RELEASE_PACKAGE prefix or v.

Is there a way to