File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,17 @@ a link to the Plotly.js CHANGELOG.
3232 - update version and release date
3333- Run ` uv lock ` to update the version number in the ` uv.lock ` file (do not update manually)
3434- Commit and push your changes to the release branch:
35- - ` git add -u `
36- - ` git commit -m "version changes for vX.Y.Z" `
37- - ` git push `
35+ ``` sh
36+ $ git add -u
37+ $ git commit -m " version changes for vX.Y.Z"
38+ $ git push
39+ ```
3840- Create a GitHub pull request from ` release-X.Y.Z` to ` main` and wait for CI to be green
3941- On the release branch, create and push a tag for the release:
40- - ` git tag vX.Y.Z `
41- - ` git push origin vX.Y.Z `
42+ ` ` ` sh
43+ $ git tag vX.Y.Z
44+ $ git push origin vX.Y.Z
45+ ` ` `
4246
4347# ## Manual QA in Jupyter
4448
You can’t perform that action at this time.
0 commit comments