You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,3 +384,13 @@ int main (int args, char * argv[]) {
384
384
The structure of the code is very similar to the previous examples. Setup the client, setup the call, perform the call. Every request follows this same pattern.
385
385
386
386
Additional examples are available here: [samples](sample)
387
+
388
+
Creating a New Release
389
+
----------------------
390
+
391
+
Update the version of the SDK before creating a new release. The format is `<major>.<minor>.<patch>`, where the
392
+
`<major>.<minor>` numbers must match the version of BP. The `<patch>` is an incrementing number that increments with
0 commit comments