Skip to content

Commit

Permalink
Merge pull request #4967 from plotly/marthacryan-patch-1
Browse files Browse the repository at this point in the history
Update release.md to remove package.json versioning
  • Loading branch information
marthacryan authored Jan 14, 2025
2 parents 1fc6bdd + ed67d12 commit c4225c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ Manually update the versions to `X.Y.Z` in the files specified below.
+ this must be done at this point because the README gets baked into PyPI
- `packages/python/plotly/plotly/_widget_version.py`:
+ Update `__frontend_version__` to `^X.Y.Z` (Note the `^` prefix)
- `packages/python/plotly/js/package.json`
+ Update `"version"` to `X.Y.Z`
- `packages/python/plotly/js/package-lock.json`
+ Update `"version"` to `X.Y.Z` in two places (to avoid dirty repo after rebuild)
- Commit your changes on the branch:
+ `git commit -a -m "version changes for vX.Y.Z"`

Expand Down

0 comments on commit c4225c3

Please sign in to comment.