Skip to content

Commit

Permalink
Update branching doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit committed Nov 17, 2023
1 parent 0e438fc commit 35528e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/operations/Branching.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ When we are ready to branch our code, we first need to create the branch:

1. In a local clone, run `git checkout main` and `git pull origin main` to make sure you have the latest `main`
1. Run `git checkout -b release/1.1.0-previewX` where `X` is the YARP preview number. When releasing a non-preview version, use `release/1.1` instead of `release/1.1.0` so that the branch can be used for future patches.
1. Update the branch to use 1ES servicing pools (see [example PR](https://github.com/microsoft/reverse-proxy/pull/1265))
1. If you are releasing a non-preview version:
- Set the `PreReleaseVersionLabel` in [`eng/Versions.props`] to `rtw`.
- Run `build.cmd -pack`
Expand Down

0 comments on commit 35528e9

Please sign in to comment.