We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ebabd commit 8c48ab1Copy full SHA for 8c48ab1
scripts/ci/templates/changelog_master.xml
@@ -1,6 +1,8 @@
1
<release version="{{ version }}" versioncode="{{ versioncode }}" date="{{ date }}">
2
-{%- for note in long_notes %}
3
- <change>{{ note }}</change>
+{%- for tag, tag_notes in notes.items() %}
+{%- for note in tag_notes %}
4
+ <change>{{ tag }}: {{ note.text }}</change>
5
+{%- endfor %}
6
{%- endfor %}
7
</release>
8
0 commit comments