We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fc6bdd + ed67d12 commit c4225c3Copy full SHA for c4225c3
release.md
@@ -33,10 +33,6 @@ Manually update the versions to `X.Y.Z` in the files specified below.
33
+ this must be done at this point because the README gets baked into PyPI
34
- `packages/python/plotly/plotly/_widget_version.py`:
35
+ Update `__frontend_version__` to `^X.Y.Z` (Note the `^` prefix)
36
- - `packages/python/plotly/js/package.json`
37
- + Update `"version"` to `X.Y.Z`
38
- - `packages/python/plotly/js/package-lock.json`
39
- + Update `"version"` to `X.Y.Z` in two places (to avoid dirty repo after rebuild)
40
- Commit your changes on the branch:
41
+ `git commit -a -m "version changes for vX.Y.Z"`
42
0 commit comments