Version Bump
This commit is contained in:
parent
f015304a0c
commit
71af1844a8
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ async function versionBumpThemes() {
|
|||
await executeCommand(`npm version patch --no-git-tag-version`);
|
||||
}
|
||||
|
||||
if (versionBumpCount > 0 || !rootHasVersionBump) {
|
||||
if (versionBumpCount > 0 || rootHasVersionBump) {
|
||||
console.log('commiting version-bump');
|
||||
await executeCommand(`
|
||||
git commit -a -m "Version Bump";
|
||||
|
|
Loading…
Reference in a new issue