summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/releases/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/releases/create.rb')
-rw-r--r--app/graphql/mutations/releases/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/releases/create.rb b/app/graphql/mutations/releases/create.rb
index ba1fa8d446c..15175aea9a5 100644
--- a/app/graphql/mutations/releases/create.rb
+++ b/app/graphql/mutations/releases/create.rb
@@ -30,7 +30,7 @@ module Mutations
required: false,
description: 'Description (also known as "release notes") of the release.'
- argument :released_at, Types::TimeType,
+ argument :released_at, Types::TimeType, # rubocop:disable Graphql/Descriptions
required: false,
description: 'Date and time for the release. Defaults to the current time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`). Only provide this field if creating an upcoming or historical release.'