From c649a7d95af97119bc5789af8e57a1c698966de7 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 5 Jun 2017 15:56:06 +0200 Subject: [PATCH] Updated docs --- README.adoc | 1 + docs/src/main/asciidoc/spring-cloud-release-tools.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 745f876a..d03cabc9 100644 --- a/README.adoc +++ b/README.adoc @@ -38,6 +38,7 @@ why this tool makes it easy to automate the release / dependency update process - Closes the milestone on Github (e.g. `v1.0.1.RELEASE`) (ONLY FOR NON-SNAPSHOT VERSIONS) - Generates an email template under `target/email.txt` (ONLY FOR NON-SNAPSHOT VERSIONS) - Generates a blog template under `target/blog.md` (ONLY FOR NON-SNAPSHOT VERSIONS) +- Generates a tweet template under `target/tweet.txt` (ONLY FOR NON-SNAPSHOT VERSIONS) === How to run it diff --git a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc index db023e1c..60661bfc 100644 --- a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc +++ b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc @@ -28,6 +28,7 @@ why this tool makes it easy to automate the release / dependency update process - Closes the milestone on Github (e.g. `v1.0.1.RELEASE`) (ONLY FOR NON-SNAPSHOT VERSIONS) - Generates an email template under `target/email.txt` (ONLY FOR NON-SNAPSHOT VERSIONS) - Generates a blog template under `target/blog.md` (ONLY FOR NON-SNAPSHOT VERSIONS) +- Generates a tweet template under `target/tweet.txt` (ONLY FOR NON-SNAPSHOT VERSIONS) === How to run it