mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 12:56:06 +03:00
docs: added info about branches
This commit is contained in:
parent
2fb7ba1492
commit
c10b6e3db9
1 changed files with 29 additions and 0 deletions
29
README.md
29
README.md
|
@ -99,3 +99,32 @@ cargo run
|
|||
```sh
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
## Updates strategy
|
||||
|
||||
Starting from 3.2.1 ([fcab428](https://github.com/an-anime-team/an-anime-game-launcher/commit/fcab428cb40b1457f41e0856f9d1e1473acbe653)) we have 2 branches: stable ([main](https://github.com/an-anime-team/an-anime-game-launcher/tree/main)) and dev ([next](https://github.com/an-anime-team/an-anime-game-launcher/tree/next)). Code changes will be pushed into dev branch and merged into stable once they're ready for new version release
|
||||
|
||||
```
|
||||
main: next: pull request:
|
||||
|
||||
┌─────┐
|
||||
│3.2.1├───────────┬─────────────────┐
|
||||
└──┬──┘ │ │
|
||||
│ │ │
|
||||
│ ┌─────▼────┐ │ *checkout from both
|
||||
│ │ fix: ... ├─ ── ── ── ─┤ branches accepted
|
||||
│ └─────┬────┘ │
|
||||
│ │ ┌────▼────┐
|
||||
│ │ │feat: ...│
|
||||
│ ┌─────▼────┐ └────┬────┘
|
||||
│ │feat: ... │ │
|
||||
│ └─────┬────┘ │
|
||||
│ │ │
|
||||
│ ┌─────▼────┐ │
|
||||
│ │merge: ...◄────────────┘
|
||||
│ └─────┬────┘
|
||||
│ │
|
||||
┌──▼──┐ │
|
||||
│3.2.2◄───────────┘
|
||||
└─────┘
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue