Skip to content

Commit 1fb9bb8

Browse files
authored
docs: add release note update (#422)
1 parent d36f1bf commit 1fb9bb8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ Feel free to use the github GUI to release, or run:
2222
./scripts/release.sh
2323
```
2424

25+
## Post Release Actions for V2 SDK
26+
27+
Merge `master` branch changes into `sdkv2` branch:
28+
29+
```bash
30+
git checkout master
31+
git pull origin master
32+
git checkout sdkv2
33+
git pull origin sdkv2
34+
git merge master
35+
```
36+
37+
Push changes to branch:
38+
```
39+
git push origin sdkv2
40+
```
41+
2542
## Updating the library version
2643

2744
After releasing update the library version to its next desired version:

0 commit comments

Comments
 (0)