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
@@ -128,6 +128,12 @@ If this is set to true (default) then the migration process will transfer issues
128
128
129
129
If this is set to true (default) then the migration process will transfer merge requests.
130
130
131
+
#### transfer.releases
132
+
133
+
If this is set to true (default) then the migration process will transfer releases.
134
+
Note that github api for releases is limited and hence this will only transfer the title and description of the releases
135
+
and add them to github in chronological order, but it would not preserve the original release dates, nor transfer artefacts or assets.
136
+
131
137
### debug
132
138
133
139
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