From 62d64d188821274ec508183e7b1afa654525a373 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 16 Mar 2017 14:55:01 +0100 Subject: [PATCH] Updated docs --- docs/src/main/asciidoc/spring-cloud-release-tools.adoc | 2 +- 1 file changed, 1 insertion(+), 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 bc45bdb0..76b166f8 100644 --- a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc +++ b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc @@ -24,7 +24,7 @@ why this tool makes it easy to automate the release / dependency update process - Creates a tag for the release / milestone (ONLY FOR NON-SNAPSHOT VERSIONS) - Runs the deployment of the artifacts - Publishes the docs (to `spring-cloud-static` for non-snapshots, to `gh-pages` for snapshots) -- Reverts back to snapshots, bumps the version by a patch (`1.0.1.RELEASE` -> `1.0.2.BUILD-SNAPSHOT`) (ONLY FOR NON-SNAPSHOT VERSIONS) +- Reverts back to snapshots, bumps the version by a patch (`1.0.1.RELEASE` -> `1.0.2.BUILD-SNAPSHOT`) (ONLY FOR RELEASE VERSIONS) - Closes the milestone on Github (e.g. `v1.0.1.RELEASE`) (ONLY FOR NON-SNAPSHOT VERSIONS) === How to run it