From d179ba05f96eb87f1924bc7d68622395ddd8b2f5 Mon Sep 17 00:00:00 2001 From: Hope Oluwalolope Date: Wed, 19 May 2021 01:57:40 +0100 Subject: [PATCH] Update configure-ci-cd.md fixed a possible typo --- language/python/configure-ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/python/configure-ci-cd.md b/language/python/configure-ci-cd.md index 654fcf9aa3..b64782ba07 100644 --- a/language/python/configure-ci-cd.md +++ b/language/python/configure-ci-cd.md @@ -185,7 +185,7 @@ on: ``` {% endraw %} -This ensures that the main CI will only trigger if we tag our commits with `V.n.n.n.` Let’s test this. For example, run the following command: +This ensures that the main CI will only trigger if we tag our commits with `Vn.n.n.` Let’s test this. For example, run the following command: ```bash git tag -a v1.0.2