Skip to content

Commit d02b1e4

Browse files
Remove branching instructions for regular/minimal releases
1 parent e90b136 commit d02b1e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/releasing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
1. Run the ["Run CLI tests" workflow](https://github.com/github/vscode-codeql/actions/workflows/cli-test.yml) and make sure the tests are green.
1818
* You can skip this step if you are releasing from `main` and there were no merges since the most recent daily scheduled run of this workflow.
1919
1. Double-check the `CHANGELOG.md` contains all desired change comments and has the version to be released with date at the top.
20-
* If releasing from `main`, go through PRs that have been merged since the previous release and make sure they are properly accounted for.
21-
* If doing a minimal bug-fix release, the changelog will only contain the changes you're intending to release.
20+
* Go through PRs that have been merged since the previous release and make sure they are properly accounted for.
2221
* Make sure all changelog entries have links back to their PR(s) if appropriate.
2322
1. Double-check that the extension `package.json` and `package-lock.json` have the version you intend to release. If you are doing a patch release (as opposed to minor or major version) this should already be correct.
2423
1. Commit any changes made during steps 4 and 5 with a commit message the same as the branch name (e.g. `v1.3.6`).

0 commit comments

Comments
 (0)