Skip to content

Commit 826608f

Browse files
committed
don't include actual email addresses
might help voters avoid a bit of spam
1 parent ccfce92 commit 826608f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

buildSrc/src/main/resources/email/release.step11.vote.message.ftl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,45 +38,45 @@ Here are the detailed results:
3838
<#list project['fineract.vote'].approve.binding>
3939
Binding +1s:
4040
<#items as item>
41-
- ${item.name} (${item.email})
41+
- ${item.name}
4242
</#items>
4343
</#list>
4444

4545

4646
<#list project['fineract.vote'].approve.nonBinding>
4747
Non binding +1s:
4848
<#items as item>
49-
- ${item.name} (${item.email})
49+
- ${item.name}
5050
</#items>
5151
</#list>
5252

5353

5454
<#list project['fineract.vote'].disapprove.binding>
5555
Binding -1s:
5656
<#items as item>
57-
- ${item.name} (${item.email})
57+
- ${item.name}
5858
</#items>
5959
</#list>
6060

6161
<#list project['fineract.vote'].disapprove.nonBinding>
6262
Non binding -1s:
6363
<#items as item>
64-
- ${item.name} (${item.email})
64+
- ${item.name}
6565
</#items>
6666
</#list>
6767

6868

6969
<#list project['fineract.vote'].noOpinion.binding>
7070
Binding +0s:
7171
<#items as item>
72-
- ${item.name} (${item.email})
72+
- ${item.name}
7373
</#items>
7474
</#list>
7575

7676
<#list project['fineract.vote'].noOpinion.nonBinding>
7777
Non binding +0s:
7878
<#items as item>
79-
- ${item.name} (${item.email})
79+
- ${item.name}
8080
</#items>
8181
</#list>
8282

0 commit comments

Comments
 (0)