File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,11 @@ Publishing to `plotly` conda channel (make sure you have run `conda install anac
131131start by doing it first if not. Then merge ` master ` into ` doc-prod ` to deploy the doc related
132132to features in the release.
1331333 . in a clone of the [ ` graphing-library-docs ` repo] ( https://github.com/plotly/graphing-library-docs ) :
134- 1 . bump the version of Plotly.js with ` cd _data && python get_plotschema.py <PLOTLY.JS VERSION> ` fixing any errors that come up
135- 2 . rebuild the Algolia ` schema ` index with ` ALGOLIA_API_KEY=<key> make update_ref_search `
136- 3 . Rebuild the Algolia ` python ` index with ` ALGOLIA_API_KEY=<key> make update_python_search `
137- 4 . Commit and push the changes to ` master ` in that repo
134+ 1 . bump the version of Plotly.py in ` _data/pyversion.json `
135+ 2 . bump the version of Plotly.js with ` cd _data && python get_plotschema.py <PLOTLY.JS VERSION> ` fixing any errors that come up
136+ 3 . rebuild the Algolia ` schema ` index with ` ALGOLIA_API_KEY=<key> make update_ref_search `
137+ 4 . Rebuild the Algolia ` python ` index with ` ALGOLIA_API_KEY=<key> make update_python_search `
138+ 5 . Commit and push the changes to ` master ` in that repo
138139
139140### Notify Stakeholders
140141
You can’t perform that action at this time.
0 commit comments