Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
8b948b06
by Tony CHEMIT at 2017-03-20T09:03:16+00:00
1 changed file:
Changes:
| 1 | 1 |
# ObServe
|
| 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 | 6 |
|
| 6 | 7 |
# Resources
|
| 7 | 8 |
|
| 8 |
-* [Changelog and downloads](https://gitlab.com/ultreia.io/ird-observe/blob/develop/CHANGELOG.md)
|
|
| 9 |
-* [Documentation](http://observe.ultreia.io)
|
|
| 9 |
+* [Changelog and downloads](https://gitlab.com/ultreiaio/ird-observe/blob/develop/CHANGELOG.md)
|
|
| 10 |
+* [Documentation](http://ultreiaio.gitlab.io/ird-observe)
|
|
| 10 | 11 |
|
| 11 | 12 |
# Demo
|
| 12 | 13 |
|
| 13 | 14 |
* [Demo (latest)](https://demo.ultreia.io/observe-latest)
|
| 14 |
-* [Demo (5.x)](https://demo.ultreia.io/observe-5.3.2)
|
|
| 15 |
+* [Demo (5.x)](https://demo.ultreia.io/observe-5.3.5)
|
|
| 15 | 16 |
* [Demo (6.x)](https://demo.ultreia.io/observe-6.0-RC-1)
|
| 16 | 17 |
|
| 17 | 18 |
# Community
|
| ... | ... | @@ -19,3 +20,14 @@ |
| 19 | 20 |
* [Mailing-list (Devel)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/observe-devel)
|
| 20 | 21 |
* [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/observe-commits)
|
| 21 | 22 |
* [Contact](mailto:dev@tchemit.fr)
|
| 23 |
+ |
|
| 24 |
+# Release
|
|
| 25 |
+ |
|
| 26 |
+```
|
|
| 27 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
| 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
|
|
| 30 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
| 31 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 32 |
+wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 33 |
+```
|