Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: e2c767e4 by Tony CHEMIT at 2017-03-22T07:00:58+00:00 Update README.md [skip ci] - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ # 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/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 +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash ``` # Release (with stage) @@ -36,17 +36,17 @@ wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | 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 +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash +wget -q -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 +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash ``` # Generate site View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/e2c767e49d8dcb124bd8e0b6901b...