denolib / setup-deno

Set up your GitHub Actions workflow with a specific version of deno

Home Page:https://github.com/marketplace/actions/setup-deno-environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a script to generate /docs/release.json

axetroy opened this issue · comments

The current release.json is via https://api.github.com/repos/denoland/deno/tags
Generated, but not all versions

The API of GitHub just lists the 30 latest versions

We should add a script to generate all versions

Noticed THIS API returns all versions