You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/release.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ on:
6
6
releaseVersion:
7
7
type: string
8
8
required: true
9
-
description: The POM release version of this release. Must be a semantic version of the form X.Y.Z.
9
+
description: The POM release version of this release. Must be a semantic version of the form X.Y.Z. (For cutting legacy release, use format X.Y.Z-legacy)
10
10
nextDevelopmentVersion:
11
11
type: string
12
12
required: true
13
-
description: The next POM development version after the release is done. Must be of the form X.Y.${Z+1}-SNAPSHOT
13
+
description: The next POM development version after the release is done. Must be of the form X.Y.${Z+1}-SNAPSHOT. (For cutting legacy release, use format X.Y.${Z+1}-legacy-SNAPSHOT)
0 commit comments