update list_library_unreleased_changes.sh to include client libraries

Change-Id: Ib0a3172960c389a34c470536ed47ef44d6b71271
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-24 14:46:51 -05:00
parent 752e24cef1
commit 59eb078704
1 changed files with 1 additions and 1 deletions

View File

@ -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