Skip to content

Commit e625e35

Browse files
authored
Merge 16fcded into 75e9e24
2 parents 75e9e24 + 16fcded commit e625e35

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/MAINTAINING.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Milestones](#milestones)
88
- [Triage](#triage)
99
- [Project Boards](#project-boards)
10+
- [Versioning](#versioning)
1011

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

@@ -56,3 +57,14 @@ We use project boards for projects or goals that span multiple milestones.
5657
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.
5758

5859
It also gives us a way to separate the issue triage from bigger-picture, long-term work.
60+
61+
## Versioning
62+
63+
`<major.minor.patch>`
64+
65+
Because code-server is an application and not a library or framework, traditional [semver](https://semver.org/) doesn't really make sense for the project.
66+
67+
Instead, we default to patch updates. We only use minor updates when:
68+
69+
- VS Code bumps minor
70+
- we update our plugin API

0 commit comments

Comments
 (0)