File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,12 +251,11 @@ in the [pull request template](https://github.com/Microsoft/vscode-python/blob/m
251251Starting in 2018, the extension switched to
252252[ calendar versioning] ( http://calver.org/ ) since the extension
253253auto-updates and thus there is no need to track its version
254- number for backwards-compatibility. As such, the major version
255- is the current year, the minor version is the month when feature
256- freeze was reached, and the build number is a number that increments for every build.
257- For example the release made when we reach feature freeze in July 2018
258- would be ` 2018.7.<some number> ` , and if there is a second release in that month
259- it would be ` 2018.7.<some larger number> ` .
254+ number for backwards-compatibility. In 2020, the extension switched to
255+ having the the major version be the year of release, the minor version the
256+ release count for that year, and the build number is a number that increments
257+ for every build.
258+ For example the first release made in 2020 is ` 2020.1.<build number> ` .
260259
261260## Releasing
262261
You can’t perform that action at this time.
0 commit comments