You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.md
+4-10
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,9 @@
1
1
2
-
# How to release plotly packages
2
+
# Release guide
3
3
4
-
There are 3 Python packages (`plotly`, `plotly-geo` and `chart-studio`) which need to be
5
-
published to PyPI and conda. The `plotly` package is located in this repository, while `plotly-geo` and `chart-studio` are located in their own separate repositories under those names.
4
+
## Release process - full release of `plotly` package
6
5
7
-
In addition, there are various changelogs, github releases and forum announcements to do :)
8
-
9
-
10
-
## Release process - `plotly` package and extensions
11
-
12
-
This is the release process for releasing `plotly.py` version `X.Y.Z`.
6
+
This is the release process for releasing `plotly.py` version `X.Y.Z`, including changelogs, Github release and forum announcement.
13
7
14
8
### Finalize changelog
15
9
@@ -123,7 +117,7 @@ to features in the release.
123
117
* Update the Github Release entry and CHANGELOG entry to have the nice title and a link to the announcement
124
118
* Follow up on issues resolved in this release or forum posts with better answers as of this release
125
119
126
-
## Release *Candidate*process - `plotly` package and extensions
120
+
## Release process - Release *Candidate*of `plotly` package
0 commit comments