File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release Naming
2
+
3
+ CalVer-style is used starting with the release in December 2024.
4
+
5
+ ` YY.MINOR.PATCH ` where:
6
+
7
+ - ` YY ` : short calendar year (24, 25, 26)
8
+ - ` MINOR ` : zero-padded release number in the calendar year (01, 02, 03) - that's what we'll call an actual release
9
+ - ` PATCH ` : patch number for a specific release (1, 2, 3) - just some bug fixes for a release
10
+
11
+ First release of the 2025 is 25.01 and patch releases for it named 25.01.1, 25.01.2, etc (if needed).
12
+ Last release of the 2024 is 24.09, it was originally named B2 (Beta 2).
13
+
14
+ API backward compatibility and in-place upgrades are guaranteed starting with the B1 release (Oct 24 2024).
15
+ Some new features may require manual intervention or installation from scratch to get them enabled, in this case, it
16
+ will be explicitly mentioned in the release notes.
You can’t perform that action at this time.
0 commit comments