We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2a53f commit 1a57008Copy full SHA for 1a57008
1 file changed
copier/questions/features_publish_release.yml
@@ -14,7 +14,7 @@ SelectPublishReleaseFeatures:
14
help: Select publish and release features
15
multiselect: true
16
choices:
17
- Citation:
+ Citation (selection on the next menu):
18
value: SelectCitation_flag
19
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
20
Changelog:
@@ -55,17 +55,14 @@ AddCitation:
55
type: bool
56
default: "{{ 'AddCitationFile_flag' in SelectCitation }}"
57
when: false
58
-
59
AddCFFConvert:
60
61
default: "{{ 'AddCFFConvert_flag' in SelectCitation }}"
62
63
64
AddChangeLog:
65
66
default: "{{ 'AddChangeLog_flag' in SelectPublishReleaseFeatures }}"
67
68
69
AddZenodo:
70
71
default: "{{ 'AddZenodo_flag' in SelectPublishReleaseFeatures }}"
0 commit comments