Skip to content

Commit 755e09c

Browse files
committed
Update version comment scripts
1 parent ad36cbc commit 755e09c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if [ "$is_release_branch" = "true" ]; then
115115
# Check for no master version warnings
116116
output=$(cd "$ROOT" && find . -type f \
117117
! -path "./build/lint.sh" \
118-
! -path "./dev/update_version_comments.sh" \
118+
! -path "./dev/*" \
119119
! -path "./vendor/*" \
120120
! -path "**/.vscode/*" \
121121
! -path "**/__pycache__/*" \

dev/update_version_comments.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ "$git_branch" = "master" ]; then
4040
if [[ "$OSTYPE" == "darwin"* ]]; then
4141
cd "$ROOT" && find . -type f \
4242
! -path "./build/lint.sh" \
43-
! -path "./dev/update_version_comments.sh" \
43+
! -path "./dev/*" \
4444
! -path "./vendor/*" \
4545
! -path "./bin/*" \
4646
! -path "./.git/*" \
@@ -50,7 +50,7 @@ if [ "$git_branch" = "master" ]; then
5050
else
5151
cd "$ROOT" && find . -type f \
5252
! -path "./build/lint.sh" \
53-
! -path "./dev/update_version_comments.sh" \
53+
! -path "./dev/*" \
5454
! -path "./vendor/*" \
5555
! -path "./bin/*" \
5656
! -path "./.git/*" \
@@ -71,7 +71,7 @@ fi
7171
if [[ "$OSTYPE" == "darwin"* ]]; then
7272
cd "$ROOT" && find . -type f \
7373
! -path "./build/lint.sh" \
74-
! -path "./dev/update_version_comments.sh" \
74+
! -path "./dev/*" \
7575
! -path "./vendor/*" \
7676
! -path "./bin/*" \
7777
! -path "./.git/*" \
@@ -81,7 +81,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
8181
else
8282
cd "$ROOT" && find . -type f \
8383
! -path "./build/lint.sh" \
84-
! -path "./dev/update_version_comments.sh" \
84+
! -path "./dev/*" \
8585
! -path "./vendor/*" \
8686
! -path "./bin/*" \
8787
! -path "./.git/*" \
@@ -93,7 +93,7 @@ fi
9393
if [[ "$OSTYPE" == "darwin"* ]]; then
9494
cd "$ROOT" && find . -type f \
9595
! -path "./build/lint.sh" \
96-
! -path "./dev/update_version_comments.sh" \
96+
! -path "./dev/*" \
9797
! -path "./vendor/*" \
9898
! -path "./bin/*" \
9999
! -path "./.git/*" \
@@ -103,7 +103,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
103103
else
104104
cd "$ROOT" && find . -type f \
105105
! -path "./build/lint.sh" \
106-
! -path "./dev/update_version_comments.sh" \
106+
! -path "./dev/*" \
107107
! -path "./vendor/*" \
108108
! -path "./bin/*" \
109109
! -path "./.git/*" \

0 commit comments

Comments
 (0)