Browse Source

contributing: add steps for adding and removing rc branches (#5223)

## Description

When doing a release the former rc branch should be deleted as the content of the branch is now on the release branch. After a release is made a new RC branch should be created. 

Closes: #XXX
pull/5225/head
Marko 4 years ago
committed by GitHub
parent
commit
d551251869
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      CONTRIBUTING.md

+ 2
- 0
CONTRIBUTING.md View File

@ -286,6 +286,8 @@ Minor releases are done differently from major releases: They are built off of l
6. Create a pull request back to master with the CHANGELOG & version changes from the latest release.
- Remove all `R:minor` labels from the pull requests that were included in the release.
- Do not merge the release branch into master.
7. Delete the former long lived release candidate branch once the release has been made.
8. Create a new release candidate branch to be used for the next release.
#### Backport Release


Loading…
Cancel
Save