Skip to content

Commit

Permalink
Change default answer in release.yml to "no" for submodules
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimi-c committed Aug 1, 2017
1 parent 2b0a733 commit 622ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)?"
Expand Down

0 comments on commit 622ea7c

Please sign in to comment.