Skip to content

Commit 42734c5

Browse files
committed
Reformat docs
1 parent 3f3ca73 commit 42734c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/UPGRADE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade from 6.x to 7.x
22

3-
### Step 1: Update `deploy.php`
3+
## Step 1: Update `deploy.php`
44
1. Change `hostname` to `alias`.
55
2. Change `real_hostname` to `hostname`.
66
3. Change `user` to `remote_user`.
@@ -60,7 +60,7 @@
6060
DEPLOYER_ROOT=. vendor/bin/dep taskname`
6161
```
6262
63-
### Step 2: Deploy
63+
## Step 2: Deploy
6464
6565
Since the release history numbering is not compatible between v6 and v7, you need to specify the `release_name` manually for the first time. Otherwise you start with release 1.
6666

@@ -77,8 +77,9 @@ Since the release history numbering is not compatible between v6 and v7, you nee
7777
> ```
7878

7979

80+
## Other versions
8081

81-
# Upgrade from 5.x to 6.x
82+
### Upgrade from 5.x to 6.x
8283

8384
1. Changed branch option priority
8485

@@ -117,7 +118,7 @@ Since the release history numbering is not compatible between v6 and v7, you nee
117118

118119
* `set('env', 'prod');` → `set('symfony_env', 'prod');`
119120

120-
# Upgrade from 4.x to 5.x
121+
### Upgrade from 4.x to 5.x
121122

122123
1. Servers to Hosts
123124

@@ -191,7 +192,7 @@ Since the release history numbering is not compatible between v6 and v7, you nee
191192
* `onlyOnStage` to `onStage`
192193

193194

194-
# Upgrade from 3.x to 4.x
195+
### Upgrade from 3.x to 4.x
195196

196197
1. Namespace for functions
197198

@@ -223,7 +224,7 @@ Since the release history numbering is not compatible between v6 and v7, you nee
223224

224225
Due to changes in release management, the new cleanup task will ignore any prior releases deployed with 3.x. These will need to be manually removed after migrating to and successfully releasing via 4.x.
225226

226-
# Upgrade from 2.x to 3.x
227+
### Upgrade from 2.x to 3.x
227228

228229
1. ### `->path('...')`
229230

0 commit comments

Comments
 (0)