Skip to content

Commit 94a5534

Browse files
authored
CLOUDP-175576: Remove v2 SDKs mentions from master (#473)
1 parent 6fb9be3 commit 94a5534

File tree

3 files changed

+0
-105
lines changed

3 files changed

+0
-105
lines changed

.github/workflows/autoupdate-dev.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/autoupdate-master.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

RELEASING.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,6 @@ 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-
4225
## Updating the library version
4326

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

0 commit comments

Comments
 (0)