diff --git a/README.adoc b/README.adoc index 0f8f65a..2d204d1 100644 --- a/README.adoc +++ b/README.adoc @@ -27,6 +27,8 @@ In order to upload the documentation to the documentation server just execute th $ ./mvnw clean deploy -Pdocs,train-docs -pl train-docs ``` +IMPORTANT: If you're releasing milestones don't forget to add `-Pmilestone` and if GA `-Pcentral`. + == Contributing :spring-cloud-build-branch: master diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index 3239161..77295c6 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -18,4 +18,6 @@ In order to upload the documentation to the documentation server just execute th ```bash $ ./mvnw clean deploy -Pdocs,train-docs -pl train-docs -``` \ No newline at end of file +``` + +IMPORTANT: If you're releasing milestones don't forget to add `-Pmilestone` and if GA `-Pcentral`. \ No newline at end of file