+12
−12
+5
−5
Loading
The `filepath` field for the asset links has been deprecated and will be aliased to `direct_asset_path` in GitLab 17.0. This change set alises the `filepath` field and at the same time introduces the `direct_asset_path` field for which the former is an alias. The value of the new `direct_asset_path` field is the same as it was for the `filepath`. Users of the `filepath` field are advised to rename all occurrences of it to `direct_asset_path` in their JSON provided as asset link value. Closes gitlab-org/release-cli#165