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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,12 @@ If this is set to true (default) then the migration process will transfer issues
104
104
105
105
If this is set to true (default) then the migration process will transfer merge requests.
106
106
107
+
#### transfer.releases
108
+
109
+
If this is set to true (default) then the migration process will transfer releases.
110
+
Note that github api for releases is limited and hence this will only transfer the title and description of the releases
111
+
and add them to github in chronological order, but it would not preserve the original release dates, nor transfer artefacts or assets.
112
+
107
113
#### debug
108
114
109
115
As default it is set to false. Doesn't fire the requests to github api and only does the work on the gitlab side to test for wonky cases before using up api-calls
0 commit comments