Skip to content

Commit 784cff4

Browse files
Add note to make sure main is up to date
1 parent 5fa5ca3 commit 784cff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/releasing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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.
1213
* 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.
1314
* 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.
1415

0 commit comments

Comments
 (0)