Skip to content

Commit 59f0039

Browse files
Update release.md
1 parent 175ec68 commit 59f0039

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

release.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,11 @@ Publishing to `plotly` conda channel (make sure you have run `conda install anac
131131
start by doing it first if not. Then merge `master` into `doc-prod` to deploy the doc related
132132
to features in the release.
133133
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
138139

139140
### Notify Stakeholders
140141

0 commit comments

Comments
 (0)