Update instructions for version tags
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
af10bbfea6
commit
dc0f115a73
1 changed files with 3 additions and 3 deletions
|
@ -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 <new_version>
|
||||
$ git push upstream <new_version>
|
||||
$ git tag v<new_version>
|
||||
$ git push upstream v<new_version>
|
||||
```
|
||||
|
||||
## Building and publishing package
|
||||
|
|
Loading…
Reference in a new issue