diff --git a/docs/releasing.md b/docs/releasing.md index 8e3e15c58..14902909b 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -23,9 +23,9 @@ * Wait for the PR to be merged into `main` 1. Switch to `main` branch and pull latest changes 1. Lock the `main` branch. - * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) - * Select "Lock branch" - * Click "Save changes" + * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) + * Select "Lock branch" + * Click "Save changes" 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. 1. Build the extension `npm run build` and install it on your VS Code using "Install from VSIX". 1. Go through [our test plan](./test-plan.md) to ensure that the extension is working as expected. @@ -40,9 +40,9 @@ git tag -d badly-named-tag ``` 1. Unlock the main branch - * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) - * Deselect "Lock branch" - * Click "Save changes" + * Go to the [branch protection rules for the `main` branch](https://github.com/github/vscode-codeql/settings/branch_protection_rules/16447115) + * Deselect "Lock branch" + * Click "Save changes" 1. Push the new tag up: a. If you're using a fork of the repo: @@ -86,4 +86,4 @@ To regenerate the Open VSX token: 1. Go to the [Access Tokens](https://open-vsx.org/user-settings/tokens) page and generate a new token. 1. Update the secret in the `publish-open-vsx` environment in the project settings. -To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 90 days and must be regenerated. \ No newline at end of file +To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 90 days and must be regenerated.