mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Prep for v1.8.0 - fix publish readme
This commit is contained in:
@@ -87,13 +87,15 @@ git push
|
||||
### 5) Pull the merged `develop` from `upstream`
|
||||
|
||||
```powershell
|
||||
git pull upstream `develop`
|
||||
git checkout develop
|
||||
git pull upstream develop
|
||||
```
|
||||
|
||||
### 6) Merge `develop` into `main`
|
||||
|
||||
```powershell
|
||||
git checkout main
|
||||
git pull upstream main
|
||||
git merge develop
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user