Skip to content

Commit d47cf13

Browse files
author
Tyler Smalley
authored
ci: Remove backport automation (#242)
We're not currently using this, so removing it for now. We might move to releasing from main, which would remove the need to backport. closes #220 closes #206 Signed-off-by: Tyler Smalley <[email protected]>
1 parent fde7434 commit d47cf13

File tree

5 files changed

+26
-1529
lines changed

5 files changed

+26
-1529
lines changed

.backportrc.json

-14
This file was deleted.

.github/workflows/backport.yml

-32
This file was deleted.

CONTRIBUTING.md

-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ To debug webviews in our VS Code extension, you can access the Developer Tools b
6767

6868
We make use of [Webview UI Toolkit for Visual Studio Code](https://www.npmjs.com/package/@vscode/webview-ui-toolkit), specifically for its [React Components](https://github.com/microsoft/vscode-webview-ui-toolkit/tree/main/src/react)](https://github.com/microsoft/vscode-webview-ui-toolkit/tree/main/src/react) which are wrappers around the components. These components follow the design language of VS Code to maintain a consistent look and feel.
6969

70-
### Backporting
71-
72-
To backport a PR, add the `auto-backport` label to a PR and a corresponding version label (example: `v0.4`). Once the PR is merged, a corresponding backport PR will be created against the release branch.
73-
7470
## Release Process
7571

7672
#### To make a new minor release. (e.g., `0.2` ⇒ `0.4`)

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@
465465
"@vscode/codicons": "^0.0.33",
466466
"@vscode/vsce": "^2.21.0",
467467
"@vscode/webview-ui-toolkit": "^1.2.2",
468-
"backport": "^8.9.8",
469468
"bufferutil": "^4.0.7",
470469
"concurrently": "^8.2.2",
471470
"css-loader": "^6.8.1",

0 commit comments

Comments
 (0)