Skip to content

Commit 308528f

Browse files
committed
added input prev_version to release action
1 parent 41e7243 commit 308528f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_central.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
version:
1010
description: "The version to release. Must start with the one in config/version.txt"
1111
required: true
12+
prev_version:
13+
description: "The previous version, used in the release git diff."
14+
required: true
1215
dry_run:
1316
description: Used to test other workflow steps, does not publish to Maven Central.
1417
type: boolean

0 commit comments

Comments
 (0)