Skip to content

Commit

Permalink
Fix release 1d59f71
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed May 7, 2024
1 parent 797399d commit 5ab098b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/changesets-api-release-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
CHANGESET_STATUS=$(pnpm changeset status)

ALL_RELEASES_COUNT=$(echo $CHANGESET_STATUS | grep -o "web5/" | wc -l)
echo "ALL_RELEASES_COUNT: $ALL_RELEASES_COUNT"

API_RELEASES_COUNT=$(echo $CHANGESET_STATUS | grep -o "web5/api" | wc -l)
echo "API_RELEASES_COUNT: $API_RELEASES_COUNT"

# check if it has changesets
if [[ $ALL_RELEASES_COUNT == 0 ]]; then
Expand Down

0 comments on commit 5ab098b

Please sign in to comment.