From 83ae781a67efb3409258e37f18388f937eb006c3 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:48:10 -0400 Subject: [PATCH] Disable release train docs post release task This is now done by the docs-build branch when release spring-cloud-release --- projects/spring-cloud/src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/spring-cloud/src/main/resources/application.yml b/projects/spring-cloud/src/main/resources/application.yml index 29cb885a..3a47054f 100644 --- a/projects/spring-cloud/src/main/resources/application.yml +++ b/projects/spring-cloud/src/main/resources/application.yml @@ -38,7 +38,9 @@ releaser: update-start-spring-io: true update-spring-project: true run-updated-samples: true - update-release-train-docs: true + # The docs-build branch of spring-cloud-release will now publish release train docs + # We no longer need to have a post release task to do this so set it to false + update-release-train-docs: false update-release-train-wiki: true update-all-test-samples: true all-test-sample-urls: