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.
32
32
- update version and release date
33
33
- Run ` uv lock ` to update the version number in the ` uv.lock ` file (do not update manually)
34
34
- 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
+ ```
38
40
- Create a GitHub pull request from ` release-X.Y.Z` to ` main` and wait for CI to be green
39
41
- 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
+ ` ` `
42
46
43
47
# ## Manual QA in Jupyter
44
48
You can’t perform that action at this time.
0 commit comments