Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
392d266b
by Tony CHEMIT at 2017-04-10T13:45:17+00:00
1 changed file:
Changes:
| 1 |
+# Release (without stage)
|
|
| 2 |
+ |
|
| 3 |
+```
|
|
| 4 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 5 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 6 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 7 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
|
|
| 8 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 9 |
+```
|
|
| 10 |
+ |
|
| 11 |
+# Release (with stage)
|
|
| 12 |
+ |
|
| 13 |
+Create stage
|
|
| 14 |
+ |
|
| 15 |
+```
|
|
| 16 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 17 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 18 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 19 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 20 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 21 |
+```
|
|
| 22 |
+ |
|
| 23 |
+And to release stage
|
|
| 24 |
+ |
|
| 25 |
+```
|
|
| 26 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 27 |
+```
|
|
| 28 |
+ |
|
| 29 |
+# Generate site
|
|
| 30 |
+ |
|
| 31 |
+```
|
|
| 32 |
+mvn clean verify site -DperformRelease scm-publish:publish-scm
|
|
| 33 |
+```
|
|
| \ No newline at end of file |