Commit aba2162
committed
fix(gitlab): drop empty entries when splitting release milestones
Trailing/extra commas in the milestones input (e.g. "v1, ,v2") would
produce an empty string entry, which the GitLab API rejects.1 parent 0dbaae7 commit aba2162
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
1199 | | - | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
1200 | 1203 | | |
1201 | 1204 | | |
1202 | 1205 | | |
| |||
0 commit comments