-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added user interaction diagrams for the release automation
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 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
11 changes: 11 additions & 0 deletions
11
specs/release-automation/user-interaction-diagrams/merging-a-release.puml
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,11 @@ | ||
@startuml Merging a release | ||
|
||
start | ||
|
||
:User merges the release PR on GitHub to main; | ||
|
||
:The release software system uploads the necesarry release files to OSF; | ||
|
||
end | ||
|
||
@enduml |
19 changes: 19 additions & 0 deletions
19
specs/release-automation/user-interaction-diagrams/trigerring-a-release.puml
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,19 @@ | ||
@startuml Creating a new release | ||
|
||
header Trigerring a new release | ||
|
||
start | ||
|
||
:User copies the new dictionary file into the staging folder on OSF; | ||
|
||
:User copies the OSF link for the new dictionary file; | ||
|
||
:User triggers a release build on GitHub, providing the copied OSF dictionary | ||
link and their OSF personal access token; | ||
|
||
:The release software system creates a PR to main that contains all the | ||
release files generated from the linked ODM dictionary file; | ||
|
||
end | ||
|
||
@enduml |