denolib / setup-deno

Set up your GitHub Actions workflow with a specific version of deno
https://github.com/marketplace/actions/setup-deno-environment
MIT License
181 stars 16 forks source link

add a script to generate /docs/release.json #6

Closed axetroy closed 4 years ago

axetroy commented 4 years ago

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

zhmushan commented 4 years ago

Noticed THIS API returns all versions