Update instructions for version tags

Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
support/v0.36
Vladimir Domnich 2022-11-02 12:43:39 +03:00 committed by Vladimir
parent af10bbfea6
commit dc0f115a73
1 changed files with 3 additions and 3 deletions

View File

@ -206,10 +206,10 @@ To update a version of the library, please, take the following steps:
$ git commit --amend --signoff $ git commit --amend --signoff
``` ```
4. Push the changes to remote. 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 ```shell
$ git tag <new_version> $ git tag v<new_version>
$ git push upstream <new_version> $ git push upstream v<new_version>
``` ```
## Building and publishing package ## Building and publishing package