Skip to content

Commit f73f462

Browse files
committed
1 parent f0949a5 commit f73f462

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/bump/extension-manifests.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@
8686
bump.log.working('\nPushing bump${pluralSuffix} to Git...\n')
8787
execSync('git push')
8888
}
89-
const gitAction = `updated${ !noCommit ? '/committed' : '' }${ !noPush ? '/pushed' : '' }`
90-
bump.log.success(
91-
`Success! ${Object.keys(bumpedManifests).length} manifest${pluralSuffix} ${gitAction} to GitHub`)
89+
bump.log.success(`Success! ${Object.keys(bumpedManifests).length} manifest${pluralSuffix} updated${
90+
!noCommit ? '/committed' : '' }${ !noPush ? '/pushed' : '' } to GitHub`)
9291
} catch (err) { bump.log.error('Git operation failed: ' + err.message) }
9392
}
9493

0 commit comments

Comments
 (0)