Skip to content

Commit

Permalink
chore: more on graph
Browse files Browse the repository at this point in the history
  • Loading branch information
yld-weng committed Jul 14, 2023
1 parent 8cdb9df commit ca1492d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ For any new code you should create a new branch from the `dev` branch and create
```mermaid
graph LR
fb1[feat/new-shiny-feature] --> dev
fixb1[fix/project-problem] --> dev
fb2[feat/another-feature] --> dev
dev --> main
fb1[feat/new-shiny-feature] --PR--> dev
fixb1[fix/project-problem] --PR--> dev
fb2[feat/another-feature] --PR--> dev
dev --stable release--> main
main --deploy--> SERVER
```

## Development using docker containers
Expand Down

0 comments on commit ca1492d

Please sign in to comment.