From 015afb15b23ffd5cc822252a6d141819999c5ddf Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 1 Nov 2023 11:55:55 -0300 Subject: [PATCH] Add command-line instructions to trigger deploy --- RELEASING.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASING.rst b/RELEASING.rst index 8db6e7c..9a091f9 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -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.