Skip to content

Commit c4225c3

Browse files
authored
Merge pull request #4967 from plotly/marthacryan-patch-1
Update release.md to remove package.json versioning
2 parents 1fc6bdd + ed67d12 commit c4225c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: release.md

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Manually update the versions to `X.Y.Z` in the files specified below.
3333
+ this must be done at this point because the README gets baked into PyPI
3434
- `packages/python/plotly/plotly/_widget_version.py`:
3535
+ 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)
4036
- Commit your changes on the branch:
4137
+ `git commit -a -m "version changes for vX.Y.Z"`
4238

0 commit comments

Comments
 (0)