Skip to content

Commit

Permalink
Fix git push command
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Jun 25, 2024
1 parent 53c6470 commit fa5089e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ cherry pick your changes from the `master` branch and submit a PR.

```
git tag vX.Y.Z-rc.N
git push upstream
git push upstream vX.Y.Z-rc.N
```

- For the official release tag as follows:

```
git tag vX.Y.Z
git push upstream
git push upstream vX.Y.Z
```

## Update Changelog
Expand Down

0 comments on commit fa5089e

Please sign in to comment.