Skip to content

Commit ea6398e

Browse files
committed
review comments
1 parent 10c3321 commit ea6398e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

RELEASE.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)