Skip to content

Commit 8c48ab1

Browse files
committed
uplift(release): chore(ci): add tag prefix to in-app changelog notes
1 parent 46ebabd commit 8c48ab1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<release version="{{ version }}" versioncode="{{ versioncode }}" date="{{ date }}">
2-
{%- for note in long_notes %}
3-
<change>{{ note }}</change>
2+
{%- for tag, tag_notes in notes.items() %}
3+
{%- for note in tag_notes %}
4+
<change>{{ tag }}: {{ note.text }}</change>
5+
{%- endfor %}
46
{%- endfor %}
57
</release>
68

0 commit comments

Comments
 (0)