Skip to content

fix: wrong stable version #2302

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

Merged
merged 1 commit into from
Mar 27, 2023
Merged

fix: wrong stable version #2302

merged 1 commit into from
Mar 27, 2023

Conversation

philfontaine
Copy link
Contributor

Description of Problem

image

Previous code was pointing to the last release on github including prerelease, so was showing v3.3.0-alpha.5 for instance

Proposed Solution

The /latest endpoint should point to the correct version.

The latest release is the most recent non-prerelease, non-draft release, sorted by the created_at attribute. The created_at attribute is the date of the commit used for the release, and not the date when the release was drafted or published.

Docs

Additional Information

@netlify
Copy link

netlify bot commented Mar 27, 2023

Deploy Preview for vuejs ready!

Name Link
🔨 Latest commit 9c58f01
🔍 Latest deploy log https://app.netlify.com/sites/vuejs/deploys/64210b5714dfcc0008adf622
😎 Deploy Preview https://deploy-preview-2302--vuejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@skirtles-code skirtles-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants