You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADE.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Upgrade from 6.x to 7.x
2
2
3
-
###Step 1: Update `deploy.php`
3
+
## Step 1: Update `deploy.php`
4
4
1. Change `hostname` to `alias`.
5
5
2. Change `real_hostname` to `hostname`.
6
6
3. Change `user` to `remote_user`.
@@ -60,7 +60,7 @@
60
60
DEPLOYER_ROOT=. vendor/bin/dep taskname`
61
61
```
62
62
63
-
### Step 2: Deploy
63
+
## Step 2: Deploy
64
64
65
65
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.
66
66
@@ -77,8 +77,9 @@ Since the release history numbering is not compatible between v6 and v7, you nee
77
77
> ```
78
78
79
79
80
+
## Other versions
80
81
81
-
# Upgrade from 5.x to 6.x
82
+
### Upgrade from 5.x to 6.x
82
83
83
84
1. Changed branch option priority
84
85
@@ -117,7 +118,7 @@ Since the release history numbering is not compatible between v6 and v7, you nee
@@ -191,7 +192,7 @@ Since the release history numbering is not compatible between v6 and v7, you nee
191
192
* `onlyOnStage` to `onStage`
192
193
193
194
194
-
# Upgrade from 3.x to 4.x
195
+
### Upgrade from 3.x to 4.x
195
196
196
197
1. Namespace for functions
197
198
@@ -223,7 +224,7 @@ Since the release history numbering is not compatible between v6 and v7, you nee
223
224
224
225
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.
0 commit comments