This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit a43986f6b6f2f31a75e2f14f88970dabc1811e06 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 18 12:57:28 2016 +0200 update release doc --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d4a6b0..afc24c5 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,7 @@ Release ------- # start release -mvn jgitflow:release-start -DallowSnapshots - -The -DallowSnapshots is necessary while we are using eugene module to build -site. +mvn jgitflow:release-start # do checks before ending release mvn clean verify -DperformRelease @@ -16,9 +13,18 @@ mvn clean verify -DperformRelease # do a git commit if some files were modified git commit -am"Release ..." -# finalize release +# finish release mvn jgitflow:release-finish +# update eugene-plugin version (for tag values report generation) + +change on **master** the eugene maven plugin version to the just released (in **eugene-java-templates/pom.xml** profile **reporting**). + +```git push``` + +cherry pick this push to **develop**. + + For more information see https://forge.nuiton.org/projects/pom/repository/revisions/master/entry/nuit... -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.