-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
7,032 additions
and
4,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,3 +58,5 @@ typings/ | |
.env | ||
|
||
.nyc_output | ||
|
||
tests/integration/work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions
52
docs/taoRelease createRelease of v1.2.4 following v1.2.3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
title taoRelease createRelease of v1.2.4 following v1.2.3 | ||
|
||
participantspacing 4 | ||
participantgroup #azure **Local repo** | ||
materialdesignicons f2a2 "master" as LM | ||
materialdesignicons f2a2 "develop" as LD | ||
materialdesignicons f2a2 "release-1.2.4" as LR | ||
end | ||
participantgroup #ivory **Remote repo** | ||
materialdesignicons f2a4 "release-1.2.4" as RR | ||
materialdesignicons f2a4 "master" as RM | ||
materialdesignicons f2a4 "develop" as RD | ||
end | ||
|
||
==following on from: prepareRelease of v1.2.4==#lightgreen | ||
parallel | ||
note over RM: v1.2.3 | ||
note over RR#yellow: v1.2.4 | ||
parallel off | ||
|
||
RR->*LR: checkout & pull | ||
activate LR | ||
RM->LM: fetch & pull master | ||
LM->LR: merge master | ||
rbox over LR: compile JS+CSS | ||
LR->LR: commit | ||
LR->RR: push | ||
activate RR | ||
|
||
rbox over RR: create PR to master | ||
RR-->>RM: PR | ||
|
||
activate RM | ||
rbox over RM: extract release notes | ||
note over RR#lightpink: **human checks** | ||
RR->RM: merge | ||
rbox over RM: tag v1.2.4 | ||
rbox over RM: release v1.2.4 | ||
note over RM#lawngreen: **v1.2.4 is released!** | ||
|
||
RM->LM: checkout & pull master | ||
deactivate RM | ||
LM->LD: <align:center>merge\n(fast-forward)</align> | ||
LD->RD: push | ||
note over RD: <align:center>v1.2.4\nequal with master</align> | ||
|
||
rbox over RR: delete branch | ||
deactivate RR | ||
destroyafter RR | ||
rbox over LR: delete branch | ||
deactivate LR | ||
destroyafter LR |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions
58
docs/taoRelease oldWayRelease of v1.2.4 following v1.2.3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
title taoRelease oldWayRelease of v1.2.4 following v1.2.3 | ||
|
||
participantspacing 4 | ||
participantgroup #azure **Local repo** | ||
materialdesignicons f2a2 "master" as LM | ||
materialdesignicons f2a2 "develop" as LD | ||
materialdesignicons f2a2 "release-1.2.4" as LR | ||
end | ||
participantgroup #ivory **Remote repo** | ||
materialdesignicons f2a4 "release-1.2.4" as RR | ||
materialdesignicons f2a4 "master" as RM | ||
materialdesignicons f2a4 "develop" as RD | ||
end | ||
|
||
|
||
parallel | ||
note over RM: v1.2.3 | ||
note over RD: v1.2.4 | ||
parallel off | ||
|
||
RM->LM: checkout & pull master | ||
RD->LD: checkout & pull develop | ||
LM<<-->>LD: compare | ||
|
||
LD->*LR: <align:center>checkout\nnew branch</align> | ||
activate LR | ||
rbox over LR: compile JS+CSS | ||
LR->LR: commit | ||
LR->*RR: push | ||
activate RR | ||
rbox over LR: update translations? | ||
LR->LR: commit | ||
LR->RR: push | ||
|
||
note over RR#yellow: branch ready! | ||
rbox over RR: create PR to master | ||
RR-->>RM: PR | ||
|
||
activate RM | ||
rbox over RM: extract release notes | ||
note over RR#lightpink: **human checks** | ||
RR->RM: merge | ||
rbox over RM: tag v1.2.4 | ||
rbox over RM: release v1.2.4 | ||
note over RM#lawngreen: **v1.2.4 is released!** | ||
|
||
RM->LM: checkout & pull master | ||
deactivate RM | ||
LM->LD: <align:center>merge\n(fast-forward)</align> | ||
LD->RD: push | ||
note over RD: <align:center>v1.2.4\nequal with master</align> | ||
|
||
rbox over RR: delete branch | ||
deactivate RR | ||
destroyafter RR | ||
rbox over LR: delete branch | ||
deactivate LR | ||
destroyafter LR |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
docs/taoRelease prepareRelease of v1.2.4 following v1.2.3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
title taoRelease prepareRelease of v1.2.4 following v1.2.3 | ||
|
||
participantspacing 4 | ||
participantgroup #azure **Local repo** | ||
materialdesignicons f2a2 "master" as LM | ||
materialdesignicons f2a2 "develop" as LD | ||
materialdesignicons f2a2 "release-1.2.4" as LR | ||
end | ||
participantgroup #ivory **Remote repo** | ||
materialdesignicons f2a4 "release-1.2.4" as RR | ||
materialdesignicons f2a4 "master" as RM | ||
materialdesignicons f2a4 "develop" as RD | ||
end | ||
|
||
|
||
parallel | ||
note over RM: v1.2.3 | ||
note over RD: v1.2.4 | ||
parallel off | ||
|
||
RM->LM: checkout & pull master | ||
RD->LD: checkout & pull develop | ||
LM<<-->>LD: compare | ||
|
||
LD->*LR: <align:center>checkout\nnew branch</align> | ||
activate LR | ||
rbox over LR: compile JS+CSS | ||
LR->LR: commit | ||
LR->*RR: push | ||
activate RR | ||
rbox over LR: update translations? | ||
LR->LR: commit | ||
LR->RR: push | ||
|
||
note over RR#yellow: branch ready! | ||
deactivate RR | ||
deactivate LR | ||
==ready for next step: createRelease of v1.2.4==#lightgreen |
Oops, something went wrong.