Skip to content

Commit

Permalink
Improve arguments description
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Jun 5, 2024
1 parent 7d8e70c commit 227e247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
inputs:
version:
description: Release version, must match release candidate version. IMPORTANT - required format
`X.X.X`, eg `2.0.1`.
`X.X.X`, (e.g. `2.0.1`).
required: true
date:
description: Release date stamp, must match release candidate date. IMPORTANT - required format
`YYYYMMDD`, eg `20240430`.
`YYYYMMDD`, (e.g. `20240430`).
required: true
release_name:
description: Name of the release to be created. Version in the first place is recommended (e.g.
`2.0.0-alpha`).
`2.0.1-alpha`).
required: true
automatic_mode:
type: boolean
Expand Down

0 comments on commit 227e247

Please sign in to comment.