-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Clarify release stability in tags #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Got the same problem. Dependabot spamming me because of new beta release. |
Renovate is hit by this too 😞 |
Unfortunately There's no way any automated tooling can be expected to handle this gracefully. I suggest to do this:
|
@maxim-lobanov As the person that created the |
Looks like I don't have permissions to edit release for now. |
I have got permissions and fixed https://github.com/actions/setup-node/releases/tag/v2.1.1 tag |
I can't go in the cuby whole mama
…On Thu, Dec 10, 2020, 2:17 AM Maxim Lobanov ***@***.***> wrote:
I have got permissions and fixed
https://github.com/actions/setup-node/releases/tag/v2.1.1 tag
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR5CF23JJPZARYH2JGOW57DSUBYZ5ANCNFSM4OMTNF4A>
.
|
I believe this issue can be closed now as there's since been a stable release of |
…ions#168) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.1.0...v8.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The releases page labels the
v2.0.0
andv2.1.0
tags as pre-release and "beta". Because the tag name is also a version number not following semver, Dependabot is picking up these releases and upgrading workflows from stable action releases to pre-releases. The tags should bev2.0.0-beta
to follow the semver conventions around pre-releases, allowing GitHub's tools to work well with GitHub's tools. Or if these tags are not actually beta, the releases page should be clarified.This issue isn't limited to the setup-node action, but it's the first actions/* repo where I noticed the issue.
The text was updated successfully, but these errors were encountered: