1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Rename default function in versions.js task

Renamed from `bumpVersion` to `bumpVersions` for consistency with the default functions of other tasks.
This commit is contained in:
Chauncey McAskill
2022-10-13 12:52:47 -04:00
parent 14afe2295a
commit 9219a4cc0a
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ export const productionVersionFilesArgs = [
* If `null`, default production options are used.
* @return {Promise}
*/
export default async function bumpVersion(versionOptions = null) {
export default async function bumpVersions(versionOptions = null) {
if (versionOptions == null) {
versionOptions = productionVersionOptions;
} else if (