01/07: fill README.txt to how to perform a eugene release
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit 4dad2e0c03a9040c18c1cbc962a55ce95200bd9e Author: Maven Release <maven-release@codelutin.com> Date: Sun May 24 16:10:48 2015 +0000 fill README.txt to how to perform a eugene release --- README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.txt b/README.txt index d046c31..7d4a6b0 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,24 @@ To deploy new version of pom: mvn clean deploy -DperformRelease To install localy: mvn clean install +Release +------- + +# start release +mvn jgitflow:release-start -DallowSnapshots + +The -DallowSnapshots is necessary while we are using eugene module to build +site. + +# do checks before ending release +mvn clean verify -DperformRelease + +# do a git commit if some files were modified +git commit -am"Release ..." + +# finalize release +mvn jgitflow:release-finish + +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>.
participants (1)
-
nuiton.org scm