Browse Source

Version Bump

Jason Crist 3 năm trước cách đây
mục cha
commit
e187d1d63b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";