Skip to content

Commit

Permalink
CLOUDP-175576: Remove v2 SDKs mentions from master (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored May 26, 2023
1 parent 6fb9be3 commit 94a5534
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/autoupdate-dev.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/autoupdate-master.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@ 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 94a5534

Please sign in to comment.