From ed30d81331c6de471e69998e8bf44974397afdd9 Mon Sep 17 00:00:00 2001 From: John Parris Date: Thu, 22 Feb 2024 17:03:38 -0500 Subject: [PATCH 1/2] ci: fix slug in plugin-deploy-production job --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6de05c2..4a4a3441 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -149,7 +149,7 @@ workflows: upload_url: https://wp-product-info-staging.wpesvc.net/v1/plugins - plugin-deploy: name: "plugin-deploy-production" - slug: wp-graphql-content-blocks + slug: wpgraphql-content-blocks requires: - "plugin-deploy-staging" filters: From ca942a5fe3f2e0be63dad79dda0d71d42e0518f4 Mon Sep 17 00:00:00 2001 From: John Parris Date: Wed, 28 Feb 2024 11:38:37 -0500 Subject: [PATCH 2/2] add changeset --- .changeset/eighty-eyes-scream.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/eighty-eyes-scream.md diff --git a/.changeset/eighty-eyes-scream.md b/.changeset/eighty-eyes-scream.md new file mode 100644 index 00000000..0a93d4fd --- /dev/null +++ b/.changeset/eighty-eyes-scream.md @@ -0,0 +1,5 @@ +--- +"@wpengine/wp-graphql-content-blocks": patch +--- + +No functional changes between 3.1.0 and 3.1.1. This was tagged due to pipeline issues during the 3.1.0 release.