Commit 97530002 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch...

Merge branch '260424-tried-to-load-unspecified-class-time-error-when-specifying-timestamp-without-quotes-in' into 'master'

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

See merge request gitlab-org/gitlab!44700
parents 06d2a99c 63a806d3
...@@ -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