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