Skip to content

Commit

Permalink
docs: add release note update (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Mar 23, 2023
1 parent d36f1bf commit 1fb9bb8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ Feel free to use the github GUI to release, or run:
./scripts/release.sh
```

## Post Release Actions for V2 SDK

Merge `master` branch changes into `sdkv2` branch:

```bash
git checkout master
git pull origin master
git checkout sdkv2
git pull origin sdkv2
git merge master
```

Push changes to branch:
```
git push origin sdkv2
```

## Updating the library version

After releasing update the library version to its next desired version:
Expand Down

0 comments on commit 1fb9bb8

Please sign in to comment.