-
Notifications
You must be signed in to change notification settings - Fork 83
Update the versioning section #2034
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
Conversation
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.
Just two comments as it was done in the U&M guide
modules/ROOT/pages/introduction.adoc
Outdated
| Given a version number `MAJOR.MINOR.PATCH`, the increment is based on: | ||
| 2025.01.0 introduces a new calendar versioning (CalVer) for the Neo4j server instead of semantic versioning (SemVer), which was previously used. | ||
| The new versioning format, *YYYY.MM.Patch*, is based on the year and month of the release, for example, 2025.01.0, 2025.02.0, and so on. | ||
| The patch number is incremented for each release within the same month and reset to 0 at the beginning of each month. |
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.
It may be a stupid question, but why at the beginning of each month? Usually we release at the end of month. I don't think there is any connection between patch number and time of month.
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.
Good catch! I guess it was the case at some point in time. 😄
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.
I took this from the document about versioning.
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
No description provided.