Skip to content

Commit 7716153

Browse files
pr feedback
Co-authored-by: Daria Pardue <[email protected]>
1 parent 0f43653 commit 7716153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/notes/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fixes are usually released in either the next patch version or in the next minor
3030

3131
release-please automatically tags release commits with a tag in the format v<major>.<minor>.<patch>. When backporting, first determine the target minor version and create a release branch for it by branching off of the release tag. The release branch should follow the format `v<major>.<minor>.x`. For example, to create a backport of bson's 6.5 release, create a release branch from the v6.5.0 tag with the name v6.5.x.
3232

33-
Then, backport the release action to the target release branch. This should be done as the first PR on the release branch.
33+
Then, backport the release action to the target release branch. This should be done as the first PR on the release branch. Use the following instructions to create it.
3434

3535
First, create a copy of our current release action (release.yml). Then, change any references to `main` to the target branch. Double check that there isn't any release tooling on main that doesn't exist on the target branch. If there is, make sure this is backported too. Check if the target branch has a release-please config and manifest file. If not, make sure to adopt changes for release-please v4 (see https://github.com/mongodb/js-bson/pull/682 as an example). Backport all of the above changes to the target release branch and open a PR.
3636

0 commit comments

Comments
 (0)