diff --git a/RELEASING.rst b/RELEASING.rst index 946169f20..4542ff445 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -77,7 +77,7 @@ Tag and push the commit ----------------------- Once the release branch has been approved and merged to ``main``, checkout to the ``main`` branch. -Tag that commit with a tag that matches the version number (``git tag 1.2.1 ``), +It will trigger the GitHub Actions to tag that commit with a tag that matches the version number (``git tag 1.2.1 ``), and then push the tag (``git push origin 1.2.1``). CircleCI will handle the rest - building, testing, and pushing the resulting