@@ -33,7 +33,7 @@ Manually update the versions to `X.Y.Z` in the files specified below.
33
33
- Create a tag for Github release
34
34
+ ` git tag vX.Y.Z `
35
35
+ ` 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
37
37
38
38
### Download and QA CI Artifacts
39
39
@@ -62,7 +62,7 @@ Publishing to PyPI:
62
62
63
63
### Merge the PR and make a Release
64
64
65
- 1 . Merge the pull request you created above into ` master `
65
+ 1 . Merge the pull request you created above into ` main `
66
66
2 . Go to https://github.com/plotly/plotly.py/releases and "Draft a new release"
67
67
3 . Enter the ` vX.Y.Z ` tag you created already above and make "Release title" the same string as the tag.
68
68
4 . Copy the changelog section for this version as the "Describe this release"
@@ -73,8 +73,8 @@ Publishing to PyPI:
73
73
- ` doc/python/getting-started.md `
74
74
- ` doc/apidoc/conf.py `
75
75
- ` 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
78
78
to features in the release.
79
79
3 . in a clone of the [ ` graphing-library-docs ` repo] ( https://github.com/plotly/graphing-library-docs ) :
80
80
1 . bump the version of Plotly.py in ` _data/pyversion.json `
0 commit comments