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.
1 parent 41e7243 commit 308528fCopy full SHA for 308528f
.github/workflows/release_central.yml
@@ -9,6 +9,9 @@ on:
9
version:
10
description: "The version to release. Must start with the one in config/version.txt"
11
required: true
12
+ prev_version:
13
+ description: "The previous version, used in the release git diff."
14
+ required: true
15
dry_run:
16
description: Used to test other workflow steps, does not publish to Maven Central.
17
type: boolean
0 commit comments