| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,6 @@ | |||
| 1 | 1 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> | |
| 2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | |
| 3 | + | ||
| 3 | 4 | # Maintaining | |
| 4 | 5 | ||
| 5 | 6 | - [Maintaining](#maintaining) | |
@@ -64,7 +65,7 @@ It also gives us a way to separate the issue triage from bigger-picture, long-te | |||
| 64 | 65 | ||
| 65 | 66 | `<major.minor.patch>` | |
| 66 | 67 | ||
| 67 | - 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. | ||
| 68 | + The code-server project follows traditional [semantic versioning](https://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. | ||
| 68 | 69 | ||
| 69 | 70 | ## Pull Requests | |
| 70 | 71 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments