Skip to content

Commit 3d124f7

Browse files
Remove trailing spaces
1 parent 784cff4 commit 3d124f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Accumulation of many changes, none of which are individually big enough to warrant a minor bump, but which together are. This does not include changes which are purely internal to the extension, such as refactoring, or which are only available behind a feature flag.
1010
1. Create a release branch named after the new version (e.g. `v1.3.6`):
1111
* For a regular scheduled release this branch will be based on latest `main`.
12-
* Make sure your local copy of `main` is up to date so you are including all changes.
12+
* Make sure your local copy of `main` is up to date so you are including all changes.
1313
* To do a minimal bug-fix release, base the release branch on the tag from the most recent release and then add only the changes you want to release.
1414
* Choose this option if you want to release a specific set of changes (e.g. a bug fix) and don't want to incur extra risk by including other changes that have been merged to the `main` branch.
1515

0 commit comments

Comments
 (0)