From 553a2e769576c71fcbd9a1fe2540720ebb025b0d Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 29 Oct 2018 11:24:59 +0100 Subject: [PATCH] Updated docs --- docs/src/main/asciidoc/spring-cloud-release-tools.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc index b581b2a4..2dd805fe 100644 --- a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc +++ b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc @@ -53,7 +53,8 @@ After project release ** for `spring-cloud-sleuth`'s `2.1.0.RELEASE` version will resolve `2.1.x` branch - Performs the release tasks per each project - Performs the post release tasks at the end of the release -- Will update and run samples (for Spring Cloud it will be `https://github.com/spring-cloud/spring-cloud-core-tests`) +- Will update and run smoke test samples (for Spring Cloud it will be `https://github.com/spring-cloud/spring-cloud-core-tests`) +- Will clone provided test samples and will update all versions to the latest ones IMPORTANT: For the meta-releaser to work we assume that the path to the custom configuration file for each project is always `config/releaser.yml`. @@ -282,6 +283,10 @@ The following properties are used for both meta release and a release of an indi - `releaser.git.test-samples-project-url` - URL to the test samples to be checked against the given release train. Defaults to `https://github.com/spring-cloud/spring-cloud-core-tests`. - `releaser.git.test-samples-project-branch` - Branch to check out for test samples. Defaults to `master`. - `releaser.git.run-updated-samples` - If `true` then will update samples and run the the build. Defaults to `true`. +- `releaser.git.all-test-samples-urls` - URLs to the test samples to be cloned and updated with proper snapshot versions. +E.g. `"--releaser.git.all-test-samples-urls[spring-cloud-sleuth]=https://github.com/spring-cloud-samples/sleuth-issues/,https://github.com/spring-cloud-samples/sleuth-documentation-apps/"`. +Defaults to Sleuth and Contract samples. +- `releaser.git.update-all-test-samples` - If `true` then will update samples and run the the build. Defaults to `true`. - `releaser.git.release-train-docs-url` - URL to the release train documentation. Defaults to `https://github.com/spring-cloud-sample/scripts`. - `releaser.git.release-train-docs-branch` - Branch to check out for release train documentation. Defaults to `master`. - `releaser.git.update-release-train-docs` - If `true` then will update the release train documentation project and run the generation. Defaults to `true`.