| ... |
... |
@@ -24,11 +24,11 @@ |
|
24
|
24
|
# Release (without stage)
|
|
25
|
25
|
|
|
26
|
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/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
|
|
31
|
|
-wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
|
27
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
|
28
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
|
29
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
|
30
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
|
|
|
31
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
32
|
32
|
```
|
|
33
|
33
|
|
|
34
|
34
|
# Release (with stage)
|
| ... |
... |
@@ -36,17 +36,17 @@ wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | |
|
36
|
36
|
Create stage
|
|
37
|
37
|
|
|
38
|
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
|
|
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
|
|
|
39
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
|
|
|
40
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
|
|
|
41
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
|
42
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
|
|
|
43
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
|
|
44
|
44
|
```
|
|
45
|
45
|
|
|
46
|
46
|
And to release stage
|
|
47
|
47
|
|
|
48
|
48
|
```
|
|
49
|
|
-wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
|
49
|
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
|
|
50
|
50
|
```
|
|
51
|
51
|
|
|
52
|
52
|
# Generate site
|