Skip to content

Commit 9d29eb5

Browse files
authored
Merge pull request #4322 from mapbox/shan/base_api_jump
Bump base api
2 parents ebdf000 + 44ba7ce commit 9d29eb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.breakage-allowlist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Func CarPlayManagerDelegate.carPlayManagerDidCancelPreview(_:) has been added as a protocol requirement

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ commands:
144144
name: Generating << parameters.module_name >> API Diff
145145
command: |
146146
export GITHUB_TOKEN=$(mbx-ci github issues public token)
147-
./scripts/api-compatibility-check/ci-analyze-api.sh << parameters.module_name >> << parameters.base_api_path >> << parameters.new_api_path >> $CIRCLE_WORKING_DIRECTORY/.breakage-allowlist.txt
147+
./scripts/api-compatibility-check/ci-analyze-api.sh << parameters.module_name >> << parameters.base_api_path >> << parameters.new_api_path >> $CIRCLE_WORKING_DIRECTORY/.breakage-allowlist
148148
149149
carthage-bootstrap:
150150
steps:

0 commit comments

Comments
 (0)