|
23 | 23 | * Wait for the PR to be merged into `main` |
24 | 24 | 1. Switch to `main` branch and pull latest changes |
25 | 25 | 1. Lock the `main` branch. |
26 | | - * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) |
27 | | - * Select "Lock branch" |
28 | | - * Click "Save changes" |
| 26 | + * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) |
| 27 | + * Select "Lock branch" |
| 28 | + * Click "Save changes" |
29 | 29 | 1. Ensure that no PRs have been merged since the release PR that you merged. If there were, you might need to unlock `main` temporarily and update the CHANGELOG again. |
30 | 30 | 1. Build the extension `npm run build` and install it on your VS Code using "Install from VSIX". |
31 | 31 | 1. Go through [our test plan](./test-plan.md) to ensure that the extension is working as expected. |
|
40 | 40 | git tag -d badly-named-tag |
41 | 41 | ``` |
42 | 42 | 1. Unlock the main branch |
43 | | - * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) |
44 | | - * Deselect "Lock branch" |
45 | | - * Click "Save changes" |
| 43 | + * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) |
| 44 | + * Deselect "Lock branch" |
| 45 | + * Click "Save changes" |
46 | 46 | 1. Push the new tag up: |
47 | 47 |
|
48 | 48 | a. If you're using a fork of the repo: |
@@ -86,4 +86,4 @@ To regenerate the Open VSX token: |
86 | 86 | 1. Go to the [Access Tokens](https://open-vsx.org/user-settings/tokens) page and generate a new token. |
87 | 87 | 1. Update the secret in the `publish-open-vsx` environment in the project settings. |
88 | 88 |
|
89 | | -To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 90 days and must be regenerated. |
| 89 | +To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 90 days and must be regenerated. |
0 commit comments