Documentation for specifying a branch

This commit is contained in:
Ryan Baxter
2017-03-07 20:38:20 -05:00
parent 09b5be33b3
commit ab7a64fbd1
2 changed files with 20 additions and 2 deletions

View File

@@ -42,8 +42,17 @@ java -jar ~target/spring-cloud-release-tools-spring-1.0.0.M1.jar
The application will start running from your working directory.
== Future plans
=== Specifying A Branch
By deafult the releaser will default to using the `master` branch of `spring-cloud-release`.
If you would like to use another branch you can specify it using the `releaser.branch` property.
[source,bash]
----
java -jar ~target/spring-cloud-release-tools-spring-1.0.0.M1.jar --Dreleaser.branch=Camden.SR6
----
== Future plans
In the future it can also:
- commit the changed values

View File

@@ -32,8 +32,17 @@ java -jar ~target/spring-cloud-release-tools-spring-1.0.0.M1.jar
The application will start running from your working directory.
== Future plans
=== Specifying A Branch
By deafult the releaser will default to using the `master` branch of `spring-cloud-release`.
If you would like to use another branch you can specify it using the `releaser.branch` property.
[source,bash]
----
java -jar ~target/spring-cloud-release-tools-spring-1.0.0.M1.jar --Dreleaser.branch=Camden.SR6
----
== Future plans
In the future it can also:
- commit the changed values