Skip to content

Commit 13fc019

Browse files
committed
docs(maintaining): add versioning
1 parent 75e9e24 commit 13fc019

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/MAINTAINING.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
# Maintaining
44

55
- [Maintaining](#maintaining)
6+
- [Maintaining](#maintaining-1)
67
- [Workflow](#workflow)
78
- [Milestones](#milestones)
89
- [Triage](#triage)
910
- [Project Boards](#project-boards)
11+
- [Versioning](#versioning)
1012

1113
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1214

@@ -56,3 +58,10 @@ We use project boards for projects or goals that span multiple milestones.
5658
Think of this as a place to put miscellaneous things (like testing, clean up stuff, etc). As a maintainer, random todos may come up here and there. This gives you a place to add notes temporarily before opening a new issue. Given that our release milestones function off of issues, we believe tasks should have dedicated issues.
5759

5860
It also gives us a way to separate the issue triage from bigger-picture, long-term work.
61+
62+
## Versioning
63+
64+
`<major.minor.patch>`
65+
66+
The code-server project follows traditional [semantic versioning](ttps://semver.org/), with the objective of minimizing major changes that break backward compatibility. We increment the patch level for all releases, except when the upstream Visual Studio Code project increments its minor version or we change the plugin API in a backward-compatible manner. In those cases, we increment the minor version rather than the patch level.
67+

0 commit comments

Comments
 (0)