Skip to content

Commit 202465b

Browse files
authored
Update versioning starting in 2020
1 parent 3513bc3 commit 202465b

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,11 @@ in the [pull request template](https://github.com/Microsoft/vscode-python/blob/m
251251
Starting in 2018, the extension switched to
252252
[calendar versioning](http://calver.org/) since the extension
253253
auto-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

0 commit comments

Comments
 (0)