Skip to content

Commit

Permalink
docs(RELEASING): update the description for the automated git tag pro…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
Lee-W authored and phanikumv committed Jul 25, 2023
1 parent dc7f2c4 commit 0527bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <latest commit sha>``),
It will trigger the GitHub Actions to tag that commit with a tag that matches the version number (``git tag 1.2.1 <latest commit sha>``),
and then push the tag (``git push origin 1.2.1``).

CircleCI will handle the rest - building, testing, and pushing the resulting
Expand Down

0 comments on commit 0527bce

Please sign in to comment.