Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
7341f231
by Tony CHEMIT at 2017-04-13T09:01:54+00:00
1 changed file:
Changes:
| 1 |
-# Release (without stage)
|
|
| 1 |
+# Perform full release with no stage
|
|
| 2 | 2 |
|
| 3 | 3 |
```
|
| 4 | 4 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
| ... | ... | @@ -8,9 +8,7 @@ wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh |
| 8 | 8 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
| 9 | 9 |
```
|
| 10 | 10 |
|
| 11 |
-# Release (with stage)
|
|
| 12 |
- |
|
| 13 |
-Create stage
|
|
| 11 |
+# Create Release stage
|
|
| 14 | 12 |
|
| 15 | 13 |
```
|
| 16 | 14 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
| ... | ... | @@ -20,12 +18,18 @@ wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-chan |
| 20 | 18 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
| 21 | 19 |
```
|
| 22 | 20 |
|
| 23 |
-And to release stage
|
|
| 21 |
+# Release stage
|
|
| 24 | 22 |
|
| 25 | 23 |
```
|
| 26 | 24 |
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
| 27 | 25 |
```
|
| 28 | 26 |
|
| 27 |
+# Drop stage
|
|
| 28 |
+ |
|
| 29 |
+```
|
|
| 30 |
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
| 31 |
+```
|
|
| 32 |
+ |
|
| 29 | 33 |
# Regenerate changelog
|
| 30 | 34 |
|
| 31 | 35 |
```
|