From b50ffe373a40012e5ef31bdd88f4a7c5091cad9b Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 17 Oct 2012 15:04:47 +0200 Subject: [PATCH] Ensure that the release notes are made when executing tools/release.sh The release notes are now made when a release is created by running the tools/release.sh script and the creation of the documentation is not explicitly disabled. Change-Id: I75a2e67cc3c25991ed2347076efe30a54888bdc6 Signed-off-by: Edwin Kempin --- gerrit-war/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gerrit-war/pom.xml b/gerrit-war/pom.xml index a62831c685..b99340590d 100644 --- a/gerrit-war/pom.xml +++ b/gerrit-war/pom.xml @@ -184,6 +184,33 @@ limitations under the License. run + + include-release-notes + process-classes + + + + + + + + + + + + + + + + + + + + + + run + +