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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Allowed options are:
85
85
|`issues`| Whether to copy issues from the source project to the destination project. |
86
86
|`visibility`| The visibility level of the project on the destination GitLab instance. Can be `public`, `internal`, or `private`. |
87
87
|`mirror_trigger_builds`| Whether to trigger builds on the destination project when a push is made to the source project. |
88
+
|`mirror_releases`| Whether to mirror releases from the source project to the destination project. |
88
89
89
90
Be aware that the destination path must be unique for each project / group. If you try to synchronize a project / group with the same destination path as an existing project / group, the synchronization will fail.
90
91
@@ -98,7 +99,8 @@ Also, the destination namespace must exist on the destination GitLab instance. I
98
99
"ci_cd_catalog": true,
99
100
"issues": false,
100
101
"visibility": "public",
101
-
"mirror_trigger_builds": false
102
+
"mirror_trigger_builds": false,
103
+
"mirror_releases": false
102
104
}
103
105
},
104
106
"groups": {
@@ -107,7 +109,8 @@ Also, the destination namespace must exist on the destination GitLab instance. I
0 commit comments