From e5f434931d528aa574ce84c57601e56ff776934b Mon Sep 17 00:00:00 2001 From: George Wallace Date: Mon, 7 Apr 2025 11:06:09 -0600 Subject: [PATCH 1/3] updating cloud for release notes in asciidoc --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index f2be38d7b9b1..30e5fcf81f78 100644 --- a/conf.yaml +++ b/conf.yaml @@ -83,7 +83,7 @@ variables: stackcurrent: &stackcurrent 8.17 stacklive: &stacklive [ 8.17, 7.17 ] - cloudSaasCurrent: &cloudSaasCurrent ms-122 + cloudSaasCurrent: &cloudSaasCurrent master mapCloudEceToClientsTeam: &mapCloudEceToClientsTeam ms-119: main From 45d3261a78d95e98bc10dd0d9c91c91f89ee1b17 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 7 Apr 2025 12:00:14 -0700 Subject: [PATCH 2/3] Exclude docs/shared for master branch --- conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.yaml b/conf.yaml index 30e5fcf81f78..408b84845013 100644 --- a/conf.yaml +++ b/conf.yaml @@ -2087,6 +2087,7 @@ contents: - repo: cloud path: docs/shared + exclude_branches: [ master ] - title: Elasticsearch Add-On for Heroku - Hosted Elasticsearch and Kibana for Heroku Users prefix: en/cloud-heroku tags: Cloud-Heroku/Reference From f31604c016a5d6c663f26370a307fc9b56b5fa28 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 7 Apr 2025 13:00:27 -0700 Subject: [PATCH 3/3] Use master instead of cloudSaasCurrent --- conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.yaml b/conf.yaml index 408b84845013..219a9ca651ec 100644 --- a/conf.yaml +++ b/conf.yaml @@ -83,7 +83,7 @@ variables: stackcurrent: &stackcurrent 8.17 stacklive: &stacklive [ 8.17, 7.17 ] - cloudSaasCurrent: &cloudSaasCurrent master + cloudSaasCurrent: &cloudSaasCurrent ms-122 mapCloudEceToClientsTeam: &mapCloudEceToClientsTeam ms-119: main @@ -2075,8 +2075,8 @@ contents: prefix: en/cloud tags: Cloud/Reference subject: Elastic Cloud - current: *cloudSaasCurrent - branches: [ { *cloudSaasCurrent : latest} ] + current: master + branches: [ { master: latest} ] index: docs/saas/index.asciidoc chunk: 1 private: 1