Skip to content

Commit 82b7e06

Browse files
fix: track new CDP Domains
1 parent 43a9a56 commit 82b7e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-to-latest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ if ! git diff --no-ext-diff --quiet --exit-code; then
6161
git config user.name 'DevTools Bot'
6262
git config user.email '24444246+devtools-bot@users.noreply.github.com'
6363

64+
# if new Domain is added include it in the tracked files
65+
git add *.pdl
6466
# commit so we can use the new commit in the changelog
6567
git commit --all -m "Roll protocol to r$commit_rev"
6668

0 commit comments

Comments
 (0)