Skip to content

Commit efafeec

Browse files
authored
remove exp in commit message (#4784)
1 parent 90c97ae commit efafeec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/exp/release.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,7 @@ async function commitAndPush(versions: Map<string, string>) {
487487
await exec('git add packages-exp/firebase-exp/package.json yarn.lock');
488488

489489
const firebaseExpVersion = versions.get(FIREBASE_UMBRELLA_PACKAGE_NAME);
490-
await exec(
491-
`git commit -m "Publish firebase@exp ${firebaseExpVersion || ''}"`
492-
);
490+
await exec(`git commit -m "Publish firebase ${firebaseExpVersion || ''}"`);
493491

494492
let { stdout: currentBranch, stderr } = await exec(
495493
`git rev-parse --abbrev-ref HEAD`

0 commit comments

Comments
 (0)