From 9ca9d27ba7e1d3df56cc282dc352441406b62af1 Mon Sep 17 00:00:00 2001 From: mricoul Date: Mon, 20 Apr 2026 16:36:01 +0200 Subject: [PATCH] chore(blueprint): track main branch instead of version tag Updates the blueprint configuration to pull the plugin resource from the main branch rather than a specific version tag. This ensures the Playground environment reflects the latest development changes. --- .wordpress-org/blueprints/blueprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index afc0206..6a0c841 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -11,8 +11,8 @@ "pluginData": { "resource": "git:directory", "url": "https://github.com/BeAPI/blockparty-modal", - "ref": "1.0.7", - "refType": "tag" + "ref": "main", + "refType": "branch" }, "options": { "activate": true,