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.
bumpDateVer()
bumpVersion({ format })
1 parent afe6ea9 commit d423f7fCopy full SHA for d423f7f
utils/bump/extension-manifests.js
@@ -57,7 +57,7 @@
57
58
console.log(`Bumping version in ${
59
config.chromiumOnly ? 'Chromium' : config.ffOnly ? 'Firefox' : ''} manifest...`)
60
- const { oldVer, newVer } = bump.bumpDateVer({ filePath: manifestPath })
+ const { oldVer, newVer } = bump.bumpVersion({ format: 'dateVer', filePath: manifestPath })
61
bumpedManifests[`${platformManifestPath}/manifest.json`] = `${oldVer};${newVer}`
62
}
63
0 commit comments