Skip to content

Commit fc8f027

Browse files
authored
Add command-line instructions to trigger deploy (#127)
1 parent 1735b14 commit fc8f027

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASING.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ Here are the steps on how to make a new release.
33
1. Create a ``release-VERSION`` branch from ``upstream/main``.
44
2. Update ``CHANGELOG.rst``.
55
3. Push the branch to ``upstream``.
6-
4. Once all tests pass, start the ``deploy`` workflow manually.
6+
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+
710
5. Merge the PR.

0 commit comments

Comments
 (0)