Skip to content

Commit

Permalink
Update RELEASE.md (#1901)
Browse files Browse the repository at this point in the history
Add reminder to confirm deprecated symbols are removed before creating first branch of new major release
  • Loading branch information
willhickey authored Jul 17, 2024
1 parent f11b777 commit d060c30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ There are three release channels that map to branches as follows:

## Steps to Create a Branch

### Major release branch
1. If the new branch will be the first branch of a new major release check that
all eligible deprecated symbols have been removed. Our policy is to deprecate
for at least one full minor version before removal.

### Create the new branch
1. Check out the latest commit on `master` branch:
```
Expand Down

0 comments on commit d060c30

Please sign in to comment.