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.
verbose
1 parent 9322427 commit 29c7892Copy full SHA for 29c7892
utils/bump/extension-manifests.js
@@ -51,7 +51,7 @@
51
}
52
53
console.log(`Bumping version in ${chromiumOnly ? 'Chromium' : ffOnly ? 'Firefox' : ''} manifest...`)
54
- const { oldVer, newVer } = bump.bumpDateVer(manifestPath)
+ const { oldVer, newVer } = bump.bumpDateVer({ filePath: manifestPath })
55
bumpedManifests[`${platformManifestPath}/manifest.json`] = `${oldVer};${newVer}`
56
57
0 commit comments