Skip to content

Commit f7e8084

Browse files
copilot feedback
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 6dcc9fb commit f7e8084

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
@@ -32,7 +32,7 @@ release-please automatically tags release commits with a tag in the format v<maj
3232

3333
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

35-
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. After opening the PR, check the CI to make sure everything works as expected: add backports of CI fixes as needed.
35+
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. After opening the PR, check the CI to make sure everything works as expected: add backports of CI fixes as needed.
3636

3737
Once the release action PR is merged, release-please will work on this branch in the same was as it does on `main`. Any PRs that merge to the release branch trigger the release action and update release-pleases' release PR. Proceed as normal from here.
3838

0 commit comments

Comments
 (0)