We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c3321 commit ea6398eCopy full SHA for ea6398e
1 file changed
RELEASE.md
@@ -32,13 +32,17 @@ a link to the Plotly.js CHANGELOG.
32
- update version and release date
33
- Run `uv lock` to update the version number in the `uv.lock` file (do not update manually)
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`
+ ```sh
+ $ git add -u
+ $ git commit -m "version changes for vX.Y.Z"
38
+ $ git push
39
+ ```
40
- Create a GitHub pull request from `release-X.Y.Z` to `main` and wait for CI to be green
41
- On the release branch, create and push a tag for the release:
- - `git tag vX.Y.Z`
- - `git push origin vX.Y.Z`
42
43
+ $ git tag vX.Y.Z
44
+ $ git push origin vX.Y.Z
45
46
47
### Manual QA in Jupyter
48
0 commit comments