Commit 63a806d3 authored by Sean Carroll's avatar Sean Carroll

Document workaround for `released_at` in `.gitlab-ci.yml`

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/260424

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44700
parent 5c9d9178
...@@ -3969,7 +3969,11 @@ The title of each milestone the release is associated with. ...@@ -3969,7 +3969,11 @@ The title of each milestone the release is associated with.
#### `release:released_at` #### `release:released_at`
The date and time when the release is ready. Defaults to the current date and time if not The date and time when the release is ready. Defaults to the current date and time if not
defined. Expected in ISO 8601 format (2019-03-15T08:00:00Z). defined. Should be enclosed in quotes and expressed in ISO 8601 format.
```json
released_at: '2021-03-15T08:00:00Z'
```
#### Complete example for `release` #### Complete example for `release`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment