diff --git a/multi/multi__spring_cloud_release_tools.html b/multi/multi__spring_cloud_release_tools.html index 433e4ae9..8da3a418 100644 --- a/multi/multi__spring_cloud_release_tools.html +++ b/multi/multi__spring_cloud_release_tools.html @@ -41,7 +41,7 @@ $ cd spr $ # example of running the releaser agains Dalston.SR1 tag with 1.0.0.BUILD-SNAPSHOT version of the releaser $ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/spring-cloud-release-tools-spring-1.0.0.BUILD-SNAPSHOT.jar --releaser.pom.branch=vDalston.SR1 --spring.config.name=releaser -h

You will see a help screen looking like more or less like this

Here you can find the list of tasks in order
 
-[updatePoms,build,commit,deploy,docs,snapshots,push,closeMilestone,createTemplates,updateSagan,updateGuides,updateDocumentation]
+[release,releaseVerbose,metaRelease,postRelease,updatePoms,build,commit,deploy,docs,snapshots,push,closeMilestone,updateSagan,createTemplates,updateGuides,updateDocumentation]
 
 
 Option                                Description
@@ -53,12 +53,13 @@ Option                                Description
 -b, --build [String]                  Build the project
 -c, --commit [String]                 Commit, tag and push the tag
 -d, --deploy [String]                 Deploy the artifacts
--f, --full-release [Boolean]          Do you want to do the full release
-                                        (default: false)
+-f, --full-release [Boolean]          Do you want to do the full release of a
+                                        single project? (default: false)
 -g, --updateSagan [String]            Updating Sagan with release info
 -h, --help [String]
 -i, --interactive <Boolean>           Do you want to set the properties from
-                                        the command line (default: true)
+                                        the command line of a single project?
+                                        (default: true)
 -m, --closeMilestone [String]         Close the milestone at Github
 -o, --docs [String]                   Publish the docs
 -p, --push [String]                   Push the commits
@@ -71,10 +72,14 @@ Option                                Description
 -s, --snapshots [String]              Go back to snapshots and bump
                                         originalVersion by patch
 -t, --createTemplates [String]        Create email / blog / tweet etc. templates
+--task-names, --tn <String>           Starts all release task for the given
+                                        task names
 -u, --updatePoms [String]             Update poms with versions from Spring
                                         Cloud Release
 --ud, --updateDocumentation [String]  Updating documentation repository
 --ug, --updateGuides [String]         Updating Spring Guides
+-x, --meta-release <Boolean>          Do you want to do the meta release?
+                                        (default: false)
 
 Examples of usage:
 
diff --git a/single/spring-cloud-release-tools.html b/single/spring-cloud-release-tools.html
index 8c18ca41..bebb50a7 100644
--- a/single/spring-cloud-release-tools.html
+++ b/single/spring-cloud-release-tools.html
@@ -41,7 +41,7 @@ $ cd spr
 $ # example of running the releaser agains Dalston.SR1 tag with 1.0.0.BUILD-SNAPSHOT version of the releaser
 $ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/spring-cloud-release-tools-spring-1.0.0.BUILD-SNAPSHOT.jar --releaser.pom.branch=vDalston.SR1 --spring.config.name=releaser -h

You will see a help screen looking like more or less like this

Here you can find the list of tasks in order
 
-[updatePoms,build,commit,deploy,docs,snapshots,push,closeMilestone,createTemplates,updateSagan,updateGuides,updateDocumentation]
+[release,releaseVerbose,metaRelease,postRelease,updatePoms,build,commit,deploy,docs,snapshots,push,closeMilestone,updateSagan,createTemplates,updateGuides,updateDocumentation]
 
 
 Option                                Description
@@ -53,12 +53,13 @@ Option                                Description
 -b, --build [String]                  Build the project
 -c, --commit [String]                 Commit, tag and push the tag
 -d, --deploy [String]                 Deploy the artifacts
--f, --full-release [Boolean]          Do you want to do the full release
-                                        (default: false)
+-f, --full-release [Boolean]          Do you want to do the full release of a
+                                        single project? (default: false)
 -g, --updateSagan [String]            Updating Sagan with release info
 -h, --help [String]
 -i, --interactive <Boolean>           Do you want to set the properties from
-                                        the command line (default: true)
+                                        the command line of a single project?
+                                        (default: true)
 -m, --closeMilestone [String]         Close the milestone at Github
 -o, --docs [String]                   Publish the docs
 -p, --push [String]                   Push the commits
@@ -71,10 +72,14 @@ Option                                Description
 -s, --snapshots [String]              Go back to snapshots and bump
                                         originalVersion by patch
 -t, --createTemplates [String]        Create email / blog / tweet etc. templates
+--task-names, --tn <String>           Starts all release task for the given
+                                        task names
 -u, --updatePoms [String]             Update poms with versions from Spring
                                         Cloud Release
 --ud, --updateDocumentation [String]  Updating documentation repository
 --ug, --updateGuides [String]         Updating Spring Guides
+-x, --meta-release <Boolean>          Do you want to do the meta release?
+                                        (default: false)
 
 Examples of usage:
 
diff --git a/spring-cloud-release-tools.xml b/spring-cloud-release-tools.xml
index eea12dde..39ae6321 100644
--- a/spring-cloud-release-tools.xml
+++ b/spring-cloud-release-tools.xml
@@ -179,7 +179,7 @@ $ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/
 You will see a help screen looking like more or less like this
 Here you can find the list of tasks in order
 
-[updatePoms,build,commit,deploy,docs,snapshots,push,closeMilestone,createTemplates,updateSagan,updateGuides,updateDocumentation]
+[release,releaseVerbose,metaRelease,postRelease,updatePoms,build,commit,deploy,docs,snapshots,push,closeMilestone,updateSagan,createTemplates,updateGuides,updateDocumentation]
 
 
 Option                                Description
@@ -191,12 +191,13 @@ Option                                Description
 -b, --build [String]                  Build the project
 -c, --commit [String]                 Commit, tag and push the tag
 -d, --deploy [String]                 Deploy the artifacts
--f, --full-release [Boolean]          Do you want to do the full release
-                                        (default: false)
+-f, --full-release [Boolean]          Do you want to do the full release of a
+                                        single project? (default: false)
 -g, --updateSagan [String]            Updating Sagan with release info
 -h, --help [String]
 -i, --interactive <Boolean>           Do you want to set the properties from
-                                        the command line (default: true)
+                                        the command line of a single project?
+                                        (default: true)
 -m, --closeMilestone [String]         Close the milestone at Github
 -o, --docs [String]                   Publish the docs
 -p, --push [String]                   Push the commits
@@ -209,10 +210,14 @@ Option                                Description
 -s, --snapshots [String]              Go back to snapshots and bump
                                         originalVersion by patch
 -t, --createTemplates [String]        Create email / blog / tweet etc. templates
+--task-names, --tn <String>           Starts all release task for the given
+                                        task names
 -u, --updatePoms [String]             Update poms with versions from Spring
                                         Cloud Release
 --ud, --updateDocumentation [String]  Updating documentation repository
 --ug, --updateGuides [String]         Updating Spring Guides
+-x, --meta-release <Boolean>          Do you want to do the meta release?
+                                        (default: false)
 
 Examples of usage: