Skip to content

Commit

Permalink
ci: Remove backport automation (#242)
Browse files Browse the repository at this point in the history
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 <tyler@tailscale.com>
  • Loading branch information
tylersmalley committed Nov 6, 2023
1 parent fde7434 commit d47cf13
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1,529 deletions.
14 changes: 0 additions & 14 deletions .backportrc.json

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/backport.yml

This file was deleted.

4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ To debug webviews in our VS Code extension, you can access the Developer Tools b

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.

### Backporting

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.

## Release Process

#### To make a new minor release. (e.g., `0.2` ⇒ `0.4`)
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@
"@vscode/codicons": "^0.0.33",
"@vscode/vsce": "^2.21.0",
"@vscode/webview-ui-toolkit": "^1.2.2",
"backport": "^8.9.8",
"bufferutil": "^4.0.7",
"concurrently": "^8.2.2",
"css-loader": "^6.8.1",
Expand Down
Loading

0 comments on commit d47cf13

Please sign in to comment.