Merge "update list_library_unreleased_changes.sh to include client libraries"
This commit is contained in:
commit
03ee1a5039
@ -32,6 +32,6 @@ if [[ -z "$VIRTUAL_ENV" ]]; then
|
||||
fi
|
||||
|
||||
echo "Finding $SERIES library repositories..."
|
||||
repos=$(list-deliverables --repos --type library --series $SERIES)
|
||||
repos=$(list-deliverables --repos --type library --type client-library --series $SERIES)
|
||||
|
||||
$TOOLSDIR/list_unreleased_changes.sh $BRANCH $repos
|
||||
|
Loading…
Reference in New Issue
Block a user