We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c97ae commit efafeecCopy full SHA for efafeec
scripts/exp/release.ts
@@ -487,9 +487,7 @@ async function commitAndPush(versions: Map<string, string>) {
487
await exec('git add packages-exp/firebase-exp/package.json yarn.lock');
488
489
const firebaseExpVersion = versions.get(FIREBASE_UMBRELLA_PACKAGE_NAME);
490
- await exec(
491
- `git commit -m "Publish firebase@exp ${firebaseExpVersion || ''}"`
492
- );
+ await exec(`git commit -m "Publish firebase ${firebaseExpVersion || ''}"`);
493
494
let { stdout: currentBranch, stderr } = await exec(
495
`git rev-parse --abbrev-ref HEAD`
0 commit comments