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

Shorten pre-release version number #1456

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

matthewbastien
Copy link
Member

VSCode only allows the patch version number to be between 0 and 2,147,483,647. The full date and time is not possible to fit into this value. Instead, we will now just do YYYYMMdd which will only allow us to publish daily builds. We could tack on a build number from 0-99 in the future like the Python extension if we ever need more than one build per day.

Screenshot 2025-03-21 at 11 13 47 AM

@matthewbastien matthewbastien merged commit 8a0a18c into swiftlang:main Mar 21, 2025
9 of 15 checks passed
@matthewbastien matthewbastien deleted the pre-release-script branch March 21, 2025 18:31
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