File tree 1 file changed +5
-4
lines changed
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
131
131
start by doing it first if not. Then merge ` master ` into ` doc-prod ` to deploy the doc related
132
132
to features in the release.
133
133
3 . 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
138
139
139
140
### Notify Stakeholders
140
141
You can’t perform that action at this time.
0 commit comments