We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7401c10 + 6773f74 commit 3372ec5Copy full SHA for 3372ec5
.github/workflows/release.yml
@@ -6,11 +6,11 @@ on:
6
releaseVersion:
7
type: string
8
required: true
9
- description: The POM release version of this release.
+ description: The POM release version of this release. Must be a semantic version of the form X.Y.Z.
10
nextDevelopmentVersion:
11
12
13
- description: The next POM development version with suffix "-SNAPSHOT", will be the next development version after the release is done.
+ description: The next POM development version after the release is done. Must be of the form X.Y.${Z+1}-SNAPSHOT
14
dry-run:
15
type: boolean
16
0 commit comments