Skip to content

Commit

Permalink
Add command-line instructions to trigger deploy (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Nov 1, 2023
1 parent 1735b14 commit fc8f027
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ Here are the steps on how to make a new release.
1. Create a ``release-VERSION`` branch from ``upstream/main``.
2. Update ``CHANGELOG.rst``.
3. Push the branch to ``upstream``.
4. Once all tests pass, start the ``deploy`` workflow manually.
4. Once all tests pass, start the ``deploy`` workflow manually, or execute::

gh workflow run deploy.yml -r release-VERSION -f version=VERSION

5. Merge the PR.

0 comments on commit fc8f027

Please sign in to comment.