Add `milestones` and `released_at` to release-cli params
Add the ability to specify milestones and released_at when creating a release. This capability exists in the REST API
Please see this related issue for more details. The changes in the releaser-cli should be coordinated with the changes in the :release yaml.
Implementation
- 
Add the milestonesandreleased_atfields to the JSON request made to the Releases API by the GitLab client.
- 
Add flags --milestoneand--released-atto thecreatecommand.
Requirements:
- 
--released-atExpected in ISO 8601 format (2019-03-15T08:00:00Z).
- 
--milestonearray of strings
Edited  by Jaime Martinez