mirror of https://github.com/apache/lucene.git
Split up clean and check in release wizard prep commands
Relates to #13567
This commit is contained in:
parent
084480dffb
commit
a1cbdbb0ab
|
@ -343,7 +343,9 @@ groups:
|
|||
cmd: git pull --ff-only
|
||||
stdout: true
|
||||
- !Command
|
||||
cmd: "{{ gradle_cmd }} clean check -x test"
|
||||
cmd: "{{ gradle_cmd }} clean"
|
||||
- !Command
|
||||
cmd: "{{ gradle_cmd }} check -x test"
|
||||
- !Todo
|
||||
id: create_stable_branch
|
||||
title: Create a new stable branch, off from main
|
||||
|
|
Loading…
Reference in New Issue