From 26b9811c3ec1a17e5fe9478d6bad93fb2117db28 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:04:57 -0500 Subject: [PATCH] missed a colon --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1c6f4adf..5f13ebe8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -193,7 +193,7 @@ A reminder for the **maintainers** on how to deploy. This section is only releva $ git push #. Create a pull request from your branch to `main`. -#. Once the pull request is merged, create a new release on GitHub. On the main branch, run: +#. Once the pull request is merged, create a new release on GitHub. On the main branch, run:: $ git tag v0.2.0 $ git push --tags