Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
f9dfb0a4
by Tony CHEMIT at 2017-03-20T10:55:02+01:00
-
41181596
by Tony CHEMIT at 2017-03-20T10:58:35+01:00
1 changed file:
Changes:
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 |
|
| 3 | 3 |
[](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22fr.ird.observe%22%20AND%20a%3A%22observe%22)
|
| 4 | 4 |

|
| 5 |
-[](http://www.gnu.org/licenses/gpl-3.0.txt)
|
|
| 5 |
+[](http://www.gnu.org/licenses/gpl-3.0.txt)
|
|
| 6 | 6 |
|
| 7 | 7 |
# Resources
|
| 8 | 8 |
|
| ... | ... | @@ -21,13 +21,36 @@ |
| 21 | 21 |
* [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/observe-commits)
|
| 22 | 22 |
* [Contact](mailto:dev@tchemit.fr)
|
| 23 | 23 |
|
| 24 |
-# Release
|
|
| 24 |
+# Release (without stage)
|
|
| 25 | 25 |
|
| 26 | 26 |
```
|
| 27 | 27 |
wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
| 28 | 28 |
wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
| 29 |
-wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 29 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 30 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
|
|
| 30 | 31 |
wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
| 32 |
+```
|
|
| 33 |
+ |
|
| 34 |
+# Release (with stage)
|
|
| 35 |
+ |
|
| 36 |
+Create stage
|
|
| 37 |
+ |
|
| 38 |
+```
|
|
| 39 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 40 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
| 31 | 41 |
wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
| 42 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 43 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 44 |
+```
|
|
| 45 |
+ |
|
| 46 |
+And to release stage
|
|
| 47 |
+ |
|
| 48 |
+```
|
|
| 32 | 49 |
wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
| 33 | 50 |
```
|
| 51 |
+ |
|
| 52 |
+# Generate site
|
|
| 53 |
+ |
|
| 54 |
+```
|
|
| 55 |
+mvn clean verify site -DperformRelease scm-publish:publish-scm
|
|
| 56 |
+```
|
|
| \ No newline at end of file |