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 1735b14 commit fc8f027Copy full SHA for fc8f027
RELEASING.rst
@@ -3,5 +3,8 @@ Here are the steps on how to make a new release.
3
1. Create a ``release-VERSION`` branch from ``upstream/main``.
4
2. Update ``CHANGELOG.rst``.
5
3. Push the branch to ``upstream``.
6
-4. Once all tests pass, start the ``deploy`` workflow manually.
+4. Once all tests pass, start the ``deploy`` workflow manually, or execute::
7
+
8
+ gh workflow run deploy.yml -r release-VERSION -f version=VERSION
9
10
5. Merge the PR.
0 commit comments