Skip to content

Commit

Permalink
Add spec for client:v1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 8, 2024
1 parent 4c179a7 commit 312703a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ FAIL=0

echo "starting"

python || let "FAIL+=1"
ruby || let "FAIL+=1"
golang || let "FAIL+=1"
php || let "FAIL+=1"
typescript || let "FAIL+=1"
typescript_fetch || let "FAIL+=1"
dart || let "FAIL+=1"
rust || let "FAIL+=1"
elixir || let "FAIL+=1"
# python || let "FAIL+=1"
# ruby || let "FAIL+=1"
# golang || let "FAIL+=1"
# php || let "FAIL+=1"
# typescript || let "FAIL+=1"
# typescript_fetch || let "FAIL+=1"
# dart || let "FAIL+=1"
# rust || let "FAIL+=1"
# elixir || let "FAIL+=1"
java || let "FAIL+=1"
dotnet || let "FAIL+=1"
upstream || let "FAIL+=1"
# dotnet || let "FAIL+=1"
# upstream || let "FAIL+=1"

echo "$FAIL"

Expand Down
1 change: 1 addition & 0 deletions spec/client/v1.13.5.json

Large diffs are not rendered by default.

0 comments on commit 312703a

Please sign in to comment.