mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 12:44:17 -05:00
[PM-28041] Remove SDK Update PR changelog list size limit (#6152)
This commit is contained in:
@@ -17,7 +17,7 @@ CURRENT_REF="$2"
|
|||||||
NEW_REF="$3"
|
NEW_REF="$3"
|
||||||
|
|
||||||
CHANGELOG=$(gh api "repos/$REPO/compare/$CURRENT_REF...$NEW_REF" \
|
CHANGELOG=$(gh api "repos/$REPO/compare/$CURRENT_REF...$NEW_REF" \
|
||||||
--jq '.commits[] | "- \(.commit.message | split("\n")[0])"' | head -20)
|
--jq '.commits[] | "- \(.commit.message | split("\n")[0])"')
|
||||||
|
|
||||||
if [ -z "$CHANGELOG" ]; then
|
if [ -z "$CHANGELOG" ]; then
|
||||||
echo "No changes found between $CURRENT_REF and $NEW_REF"
|
echo "No changes found between $CURRENT_REF and $NEW_REF"
|
||||||
|
|||||||
Reference in New Issue
Block a user