Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 367 Bytes

Repository Creation

graph TD
    create-internal-repo(Create Internal Repository) --> clone-repository(Clone Repository)
    clone-repository --> send-result(Send Result)
    send-result --> finish(End)
Loading

Milestone Release

graph TD
    milestone-release(Milestone Release) --> finish(end)
Loading

Build Process

graph TD
    
Loading