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

recommend users to use master branch instead of specific version #16

Closed axetroy closed 4 years ago

axetroy commented 4 years ago

use denolib/setup-deno@master instead of denolib/setup-deno@v1.1.0

We should recommend users to use the master branch.

Using a specific version of the branch can cause legacy issues.

eg, we have to continuously update release.json to be compatible with older versions.

We recommend using the master branch, and promise not make BREAKING CHANGES