Change default answer in release.yml to "no" for submodules
Since releases on 2.2 and prior are few and far between, it makes more sense to set the default to "no" for 2.3+ now.
This commit is contained in:
parent
2b0a7338d4
commit
622ea7ca62
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
# private: no
|
||||
- name: has_submodules
|
||||
prompt: "Does this branch have git submodules?"
|
||||
default: "yes"
|
||||
default: "no"
|
||||
private: no
|
||||
- name: is_final
|
||||
prompt: "Is this a final release (not a beta/rc)?"
|
||||
|
|
Loading…
Reference in a new issue