From dc0f115a73c318cac21bbc84348c4381e4dbf746 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Wed, 2 Nov 2022 12:43:39 +0300 Subject: [PATCH] Update instructions for version tags Signed-off-by: Vladimir Domnich --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53d9d6b..c034916 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,10 +206,10 @@ To update a version of the library, please, take the following steps: $ git commit --amend --signoff ``` 4. Push the changes to remote. -5. After this commit is merged to upstream, create a tag on the master branch of upstream: +5. After this commit is merged to upstream, create a tag on the master branch of upstream. Tag name should be formatted as "v{new_version}": ```shell - $ git tag - $ git push upstream + $ git tag v + $ git push upstream v ``` ## Building and publishing package