-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Flutter doesn't follow semantic versioning #12108
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
base: main
Are you sure you want to change the base?
Conversation
Interesting, that line of text must have made it over when we clone the similar Dart text. |
@@ -35,8 +35,7 @@ The following information is available for each Flutter release in the | |||
SDK archive: | |||
|
|||
* **Flutter version**: The version number of the Flutter SDK | |||
(for example, 3.0.0, 2.10.5). This follows semantic versioning, indicating | |||
the significance of changes between releases. | |||
(for example, 3.0.0, 2.10.5). Flutter doesn't follow semantic versioning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we align verbiage with, and link to, this page? https://github.com/flutter/flutter/blob/master/docs/releases/Release-versioning.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Is there any preference how to link to the document? Permalink, non-permalink?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A permanent link, @ueman. The actual link would be:
{{site.github}}/flutter/flutter/blob/main/docs/releases/Release-versioning.md
(In general, we use "main" links instead of "master".)
@ueman, have we lost you? I can take care of this in another PR. |
Sorry, I've been traveling a lot this month for work, so I didn't have much time to do something. I would really appreciate you taking this over. |
Description of what this PR is changing or adding, and why:
Change the note that Flutter follow semantic versioning, since Flutter doesn't follow semantic versioning.
See here
Issues fixed by this PR (if any):
PRs or commits this PR depends on (if any):
Presubmit checklist