Skip to content

Commit e3d8dbc

Browse files
Merge pull request #2147 from github/robertbrignull/release-indenting
Fix indenting for sub-lists
2 parents c0f3adc + 6daa780 commit e3d8dbc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/releasing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
* Wait for the PR to be merged into `main`
2424
1. Switch to `main` branch and pull latest changes
2525
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"
2929
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.
3030
1. Build the extension `npm run build` and install it on your VS Code using "Install from VSIX".
3131
1. Go through [our test plan](./test-plan.md) to ensure that the extension is working as expected.
@@ -40,9 +40,9 @@
4040
git tag -d badly-named-tag
4141
```
4242
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"
4646
1. Push the new tag up:
4747
4848
a. If you're using a fork of the repo:
@@ -86,4 +86,4 @@ To regenerate the Open VSX token:
8686
1. Go to the [Access Tokens](https://open-vsx.org/user-settings/tokens) page and generate a new token.
8787
1. Update the secret in the `publish-open-vsx` environment in the project settings.
8888
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

Comments
 (0)