Jason Crist 3 lat temu
rodzic
commit
5d2aac64d9

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "1.4.2",
+  "version": "1.4.3",
   "description": "Blank Parent Theme",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
blockbase/style.css

@@ -7,7 +7,7 @@ Description: Blockbase is a simple theme that supports full-site editing. It com
 Requires at least: 5.7
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.4.2
+Version: 1.4.3
 License: GNU General Public License v2 or later
 License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
 Text Domain: blockbase

+ 1 - 1
skatepark/package.json

@@ -1,6 +1,6 @@
 {
   "name": "skatepark",
-  "version": "1.0.16",
+  "version": "1.0.17",
   "description": "",
   "main": "index.php",
   "dependencies": {},

+ 1 - 1
skatepark/style.css

@@ -7,7 +7,7 @@ Description: Skatepark is a bold and exciting WordPress theme designed for moder
 Requires at least: 5.7.2
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.0.16
+Version: 1.0.17
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: blockbase

+ 2 - 2
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 || !rootHasVersionBump) {
 		console.log('commiting version-bump');
 		await executeCommand(`
 			git commit -a -m "Version Bump";
@@ -635,7 +635,7 @@ async function createGitPhabricatorDiff(hash) {
 		git branch -D deploy
 		git checkout -b deploy
 		git add --all
-		git commit -m "${commitMessage}"
+		git commit -m "${commitMessage}" --no-verify
 		arc diff --create --verbatim
 	`, true);
 

+ 1 - 1
videomaker/package.json

@@ -1,6 +1,6 @@
 {
   "name": "videomaker",
-  "version": "0.0.28",
+  "version": "0.0.29",
   "description": "",
   "main": "style.css",
   "dependencies": {},

+ 1 - 1
videomaker/style.css

@@ -7,7 +7,7 @@ Description: Videomaker is a free, minimalistic WordPress theme ideal for film d
 Requires at least: 5.8
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 0.0.28
+Version: 0.0.29
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: blockbase