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
echo "Comparing PR Version: $PR_VERSION with Master Version: $MASTER_VERSION"
37
+
if [ "$MASTER_VERSION" == "$PR_VERSION" ]; then
38
+
echo "Please update the version in CMakeLists.txt file (project(KinesisVideoWebRTCClient VERSION <ver-string> LANGUAGES C). Any PR getting merged to master requires a version update"
0 commit comments