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: RELEASING.rst
+4-8
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,12 @@ Steps
22
22
23
23
To publish a new release ``X.Y.Z``, the steps are as follows:
24
24
25
-
#. Create a new branch named ``release-X.Y.Z`` from the latest ``master``.
25
+
#. Create a new branch named ``release-X.Y.Z`` from the latest ``main``.
26
26
27
27
#. Update the ``CHANGELOG.rst`` file with the new release information.
28
28
29
-
#. Commit and push the branch for review.
29
+
#. Commit and push the branch to ``upstream`` and open a PR.
30
30
31
-
#. Once PR is **green** and **approved**, create and push a tag::
31
+
#. Once the PR is **green** and **approved**, start the ``deploy`` workflow manually from the branch ``release-VERSION``, passing ``VERSION`` as parameter.
0 commit comments