Skip to content

Commit 3372ec5

Browse files
authored
Merge pull request #2080 from brendandburns/release-action
Improve descriptions a little bit with examples.
2 parents 7401c10 + 6773f74 commit 3372ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
releaseVersion:
77
type: string
88
required: true
9-
description: The POM release version of this release.
9+
description: The POM release version of this release. Must be a semantic version of the form X.Y.Z.
1010
nextDevelopmentVersion:
1111
type: string
1212
required: true
13-
description: The next POM development version with suffix "-SNAPSHOT", will be the next development version after the release is done.
13+
description: The next POM development version after the release is done. Must be of the form X.Y.${Z+1}-SNAPSHOT
1414
dry-run:
1515
type: boolean
1616
required: true

0 commit comments

Comments
 (0)