You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,17 @@ a link to the plotly.js CHANGELOG.
30
30
-`uv.lock`
31
31
-`js/package.json`
32
32
-`js/package-lock.json`
33
+
-`plotly/labextension/*`
33
34
-`CHANGELOG.md` (Adds a new header for X.Y.Z above the unreleased items)
34
35
-`CITATION.cff`
35
36
36
37
- Run `git diff` and ensure the above files were all updated correctly.
37
38
- Note: The current date is used as the release date in `CHANGELOG.md` and `CITATION.cff`. If you want to use a different date, edit these files manually afterward.
38
39
- If the bumpversion command failed for any reason, you can update the versions yourself by doing the following:
39
40
- Manually update the version number (and release date, as needed) in `pyproject.toml`, `CHANGELOG.md` and `CITATION.cff`
40
-
- Run `npm version X.Y.Z` to update `js/package.json` and `js/package-lock.json`
41
41
- Run `uv lock` to update `uv.lock`
42
+
- From the `js/` dir, run `npm version X.Y.Z` to update `js/package.json` and `js/package-lock.json`
43
+
- From the `js/` dir, run `npm run build:labextension` to regenerate the files in `plotly/labextension/`
42
44
43
45
- Commit and push the changed files to the release branch:
0 commit comments