From 33766296d932a844d2228bdc250831db4a75d549 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 13 Jun 2023 20:47:31 -0400 Subject: [PATCH] Update release.md --- release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.md b/release.md index 7f853f0e52f..658f6f0b91b 100644 --- a/release.md +++ b/release.md @@ -128,7 +128,8 @@ start by doing it first if not. Then merge `master` into `doc-prod` to deploy th to features in the release. 3. in a clone of the [`graphing-library-docs` repo](https://github.com/plotly/graphing-library-docs): 1. bump the version of Plotly.py in `_data/pyversion.json` - 2. bump the version of Plotly.js with `cd _data && python get_plotschema.py ` fixing any errors that come up + 2. bump the version of Plotly.js with `cd _data && python get_plotschema.py ` fixing any errors that come up. + - If Plotly.js contains any new traces or trace or layout attributes, you'll get a warning `“missing key in attributes: `. To resolve, add the attribute to the relevant section in `/_data/orderings.json` in the position you want it to appear in the reference docs. 3. rebuild the Algolia `schema` index with `ALGOLIA_API_KEY= make update_ref_search` 4. Rebuild the Algolia `python` index with `ALGOLIA_API_KEY= make update_python_search` 5. Commit and push the changes to `master` in that repo