From c72d6aa7f0a367a66901d4f8dfa87d2524332379 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 2 Aug 2023 13:40:58 -0600 Subject: [PATCH 1/3] Remove .vip-dev-env.yml from plugin --- .vip-dev-env.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .vip-dev-env.yml diff --git a/.vip-dev-env.yml b/.vip-dev-env.yml deleted file mode 100644 index 5f13668c..00000000 --- a/.vip-dev-env.yml +++ /dev/null @@ -1,12 +0,0 @@ -configuration-version: 0.preview-unstable -slug: block-data-api -title: Block Data API -xdebug: true -mailhog: false -multisite: false -php: 8.0 -wordpress: 6.2 -mu-plugins: image -app-code: ../.. -elasticsearch: false -phpmyadmin: false From 329bde77a9e58203835e47c6f5c426bd147f346c Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 2 Aug 2023 13:41:09 -0600 Subject: [PATCH 2/3] Bump plugin version to 1.0.2 --- vip-block-data-api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vip-block-data-api.php b/vip-block-data-api.php index 71476789..6985a5ae 100644 --- a/vip-block-data-api.php +++ b/vip-block-data-api.php @@ -5,7 +5,7 @@ * Description: Access Gutenberg block data in JSON via the REST API. * Author: WordPress VIP * Text Domain: vip-block-data-api - * Version: 1.0.1 + * Version: 1.0.2 * Requires at least: 5.6.0 * Tested up to: 6.1.0 * Requires PHP: 7.4 @@ -20,7 +20,7 @@ if ( ! defined( 'VIP_BLOCK_DATA_API_LOADED' ) ) { define( 'VIP_BLOCK_DATA_API_LOADED', true ); - define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.0.1' ); + define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.0.2' ); define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' ); // Composer dependencies. From 6ed698e7af57d83b284a4a66bf67f7bd4c36f174 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 2 Aug 2023 13:42:15 -0600 Subject: [PATCH 3/3] Update RELEASE instructions, add push --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0eadc761..1a8dbab8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,7 +15,8 @@ ## 2. Bump plugin version 1. When the version is ready for release, inside the `planned-release/...` branch, bump the version number in `vip-block-data-api.php`. Change plugin header and `WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION` to match new version. -2. PR version changes with feature changes and merge to `trunk`. +2. Push the `planned-release/...` branch to GitHub. +3. PR version changes with feature changes and merge to `trunk`. ## 3. Tag branch for release