Skip to content

Commit 7b60ec0

Browse files
committed
chore: fix typos
1 parent 0fe2ac4 commit 7b60ec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/generate-rc-commits.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async function filterCommitsByTeam(platform, branchA, branchB) {
9898
console.log(`✓ Branch origin/${branchA} exists, using remote reference`);
9999
branchA = `origin/${branchA}`;
100100
} catch (remoteError) {
101-
console.error(`✗ Branch ${branchA} does not exist remotely either`);
101+
console.error(`✗ Branch ${branchA} does not exists remotely either`);
102102
throw new Error(`Branch ${branchA} not found locally or remotely`);
103103
}
104104
}
@@ -114,7 +114,7 @@ async function filterCommitsByTeam(platform, branchA, branchB) {
114114
console.log(`✓ Branch origin/${branchB} exists, using remote reference`);
115115
branchB = `origin/${branchB}`;
116116
} catch (remoteError) {
117-
console.error(`✗ Branch ${branchB} does not exist remotely either`);
117+
console.error(`✗ Branch ${branchB} does not exists remotely either`);
118118
throw new Error(`Branch ${branchB} not found locally or remotely`);
119119
}
120120
}

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
echo "GitHub SHA: ${{ github.sha }}"
111111
echo "-------------"
112112
113-
# # Step 5: Create Release PR
113+
# Step 5: Create Release PR
114114
- name: Create Release PR
115115
id: create-release-pr
116116
shell: bash

0 commit comments

Comments
 (0)