Files
ForgeFlow/UPDATE_FROM_0.3.2.md
NuklearRabbit dec3b79793
Managed validation / full (pull_request) Successful in 27s
hygiene: prepare ForgeFlow for public release
2026-09-02 23:37:30 +02:00

20 lines
767 B
Markdown

# Update ForgeFlow 0.3.2 to 0.4.0
1. Close ForgeFlow completely.
2. Extract `ForgeFlow-0.4.0-update-from-0.3.2.zip`.
3. Copy the contents of the included `ForgeFlow` folder into your existing
`C:\Users\your-name\Apps\ForgeFlow` folder and replace existing files.
4. Do not create a nested `ForgeFlow\ForgeFlow` folder.
5. Open Windows PowerShell in the existing ForgeFlow folder and run:
```powershell
Set-ExecutionPolicy -Scope Process Bypass
.\update-windows.ps1
```
The script installs the pinned SSH dependency, runs the environment doctor,
source verification and all automated tests, then starts ForgeFlow.
Credentials, repository mappings, diagnostics, server definitions and
deployment profiles are stored outside the source folder and remain intact.