Skip to content

Commit

Permalink
docs: Add notes on release branch to work with versioned docs (#12472)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <[email protected]>
(cherry picked from commit 471f62c)
  • Loading branch information
terrytangyuan authored and Anton Gilgur committed May 11, 2024
1 parent 4dd50bf commit 8bfffcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ v3.3.
v3.4
v3.4.
v3.5
versioned
validator
vendored
versioned
Expand Down
2 changes: 2 additions & 0 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Cherry-Picking Fixes

✋ Before you start, make sure you have created a release branch (e.g. `release-3.3`) and it's passing CI.
Please make sure that all patch releases (e.g. `v3.3.5`) should be released from their associated minor release branches (e.g. `release-3.3`)
to work well with our versioned website.

Then get a list of commits you may want to cherry-pick:

Expand Down

0 comments on commit 8bfffcf

Please sign in to comment.