@@ -33,7 +33,7 @@ Manually update the versions to `X.Y.Z` in the files specified below.
3333 - Create a tag for Github release
3434 + ` git tag vX.Y.Z `
3535 + ` git push --atomic origin release-X.Y.Z vX.Y.Z `
36- - Create a Github pull request from ` release-X.Y.Z ` to ` master ` and wait for CI to be green
36+ - Create a Github pull request from ` release-X.Y.Z ` to ` main ` and wait for CI to be green
3737
3838### Download and QA CI Artifacts
3939
@@ -62,7 +62,7 @@ Publishing to PyPI:
6262
6363### Merge the PR and make a Release
6464
65- 1 . Merge the pull request you created above into ` master `
65+ 1 . Merge the pull request you created above into ` main `
66662 . Go to https://github.com/plotly/plotly.py/releases and "Draft a new release"
67673 . Enter the ` vX.Y.Z ` tag you created already above and make "Release title" the same string as the tag.
68684 . Copy the changelog section for this version as the "Describe this release"
@@ -73,8 +73,8 @@ Publishing to PyPI:
7373 - ` doc/python/getting-started.md `
7474 - ` doc/apidoc/conf.py `
7575 - ` doc/requirements.txt `
76- 2 . ` doc-prod ` should already have been merged on a regular basis into ` master ` , but
77- start by doing it first if not. Then merge ` master ` into ` doc-prod ` to deploy the doc related
76+ 2 . ` doc-prod ` should already have been merged on a regular basis into ` main ` , but
77+ start by doing it first if not. Then merge ` main ` into ` doc-prod ` to deploy the doc related
7878to features in the release.
79793 . in a clone of the [ ` graphing-library-docs ` repo] ( https://github.com/plotly/graphing-library-docs ) :
8080 1 . bump the version of Plotly.py in ` _data/pyversion.json `
0 commit comments