diff --git a/spring-cloud-release-tools.html b/spring-cloud-release-tools.html index 8d2c4109..eb4219ee 100644 --- a/spring-cloud-release-tools.html +++ b/spring-cloud-release-tools.html @@ -607,6 +607,44 @@ It is important that you clone the repository you are going to release using SSH +
+

You will see text similar to this one

+
+
+
+
=== WHAT DO YOU WANT TO DO? ===
+
+0) Perform a full release of this project without interruptions
+1) Perform a full release of this project in a verbose mode (you'll be asked about skipping steps)
+2) Update poms with versions from Spring Cloud Release
+3) Build the project
+4) Commit, tag and push the tag
+5) Deploy the artifacts to Artifactory
+6) Publish the docs
+7) Go back to snapshots and bump originalVersion by patch
+8) Push the commits
+9) Close the milestone at Github
+10) Create email / tweet etc. templates
+
+
+You can press 'q' to quit
+
+
+
+

Just pick a number and continue! Pick either a full release or single steps.

+
+
+ + + + + +
+
Tip
+
+Read before picking a number cause it might have changed between tool releases ;) +
+

Project options

@@ -675,11 +713,23 @@ folder and run your application like this:

-
$ mkdir -p target
-$ wget http://repo.spring.io/libs-milestone/org/springframework/cloud/internal/spring-cloud-release-tools-spring/1.0.0.M1/spring-cloud-release-tools-spring-1.0.0.M1.jar -O target/spring-cloud-release-tools-spring-1.0.0.M1.jar
+
$ wget http://repo.spring.io/libs-milestone/org/springframework/cloud/internal/spring-cloud-release-tools-spring/1.0.0.M1/spring-cloud-release-tools-spring-1.0.0.M1.jar -O ../spring-cloud-release-tools-spring-1.0.0.M1.jar
 $ java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --spring.config.name=releaser
+
+ + + + + +
+
Tip
+
+Notice that we’re downloading the jar to a parent folder, not to target. That’s because target get cleaned +during the build process +
+

Specifying A Branch