Skip to content

Commit 24f3294

Browse files
authored
Update MAINTAINING.md
Deleted the extra line, hoping it will solve the issue.
1 parent fbd6dac commit 24f3294

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/MAINTAINING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ If a PR does fix an issue, don't add it to the version milestone. Otherwise, the
7979
For most things, we recommend "Squash and Merge". If you're updating `lib/vscode`, we suggest using the "Rebase and Merge" strategy. There may be times where "Create a merge commit" makes sense as well. Use your best judgement. If you're unsure, you can always discuss in the PR with the team.
8080
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.
8181

82-
8382
## Release
8483

8584
### Release Manager Rotation
@@ -92,7 +91,6 @@ If you're the current release manager, follow these steps:
9291
2. Fill out checklist
9392
3. After release is published, close release milestone
9493

95-
9694
## Publishing a release
9795

9896
1. Run `yarn release:prep` and type in the new version i.e. 3.8.1

0 commit comments

Comments
 (0)