Skip to content
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

fix: exclude beta-versions from distTags.latest #50

Closed
1 of 4 tasks
antongolub opened this issue May 11, 2022 · 1 comment · Fixed by #78
Closed
1 of 4 tasks

fix: exclude beta-versions from distTags.latest #50

antongolub opened this issue May 11, 2022 · 1 comment · Fixed by #78
Labels
bug Something isn't working released

Comments

@antongolub
Copy link
Owner

Issue type

  • bug report
  • idea
  • question
  • other

Expected behavior

versions = omitBeta(versions)

Actual behavior

const latestVersion = Object.keys(versions).reduce((m, v) => time[m] > time[v] ? m : v , null);
  const distTags = { latest: latestVersion }
@antongolub antongolub added the bug Something isn't working label May 11, 2022
@antongolub antongolub mentioned this issue Nov 11, 2022
1 task
@antongolub
Copy link
Owner Author

🎉 This issue has been resolved in version 2.6.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant