Jason Crist %!s(int64=3) %!d(string=hai) anos
pai
achega
e187d1d63b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -346,7 +346,7 @@ async function versionBumpThemes() {
 		await executeCommand(`npm version patch --no-git-tag-version`);
 	}
 
-	if (versionBumpCount > 0 || !rootHasVersionBump) {
+	if (versionBumpCount > 0) {
 		console.log('commiting version-bump');
 		await executeCommand(`
 			git commit -a -m "Version Bump";