Skip to content

Commit 1a57008

Browse files
committed
mention the next screen for citation
1 parent 7f2a53f commit 1a57008

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

copier/questions/features_publish_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SelectPublishReleaseFeatures:
1414
help: Select publish and release features
1515
multiselect: true
1616
choices:
17-
Citation:
17+
Citation (selection on the next menu):
1818
value: SelectCitation_flag
1919
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2020
Changelog:
@@ -55,17 +55,14 @@ AddCitation:
5555
type: bool
5656
default: "{{ 'AddCitationFile_flag' in SelectCitation }}"
5757
when: false
58-
5958
AddCFFConvert:
6059
type: bool
6160
default: "{{ 'AddCFFConvert_flag' in SelectCitation }}"
6261
when: false
63-
6462
AddChangeLog:
6563
type: bool
6664
default: "{{ 'AddChangeLog_flag' in SelectPublishReleaseFeatures }}"
6765
when: false
68-
6966
AddZenodo:
7067
type: bool
7168
default: "{{ 'AddZenodo_flag' in SelectPublishReleaseFeatures }}"

0 commit comments

Comments
 (0)