Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: f9dfb0a4 by Tony CHEMIT at 2017-03-20T10:55:02+01:00 update color [skip ci] - - - - - 41181596 by Tony CHEMIT at 2017-03-20T10:58:35+01:00 update readme [skip ci] - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22fr.ird.observe%22%20AND%20a%3A%22observe%22)  -[](http://www.gnu.org/licenses/gpl-3.0.txt) +[](http://www.gnu.org/licenses/gpl-3.0.txt) # Resources @@ -21,13 +21,36 @@ * [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/observe-commits) * [Contact](mailto:dev@tchemit.fr) -# Release +# Release (without stage) ``` wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash -wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash +wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash +wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash +``` + +# Release (with stage) + +Create stage + +``` +wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash +wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash +wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash +wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash +``` + +And to release stage + +``` wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash ``` + +# Generate site + +``` +mvn clean verify site -DperformRelease scm-publish:publish-scm +``` \ No newline at end of file View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/7e42bc7e1726c88d66674928082...
participants (1)
-
Tony CHEMIT