Update 'Util/to_changelog_md.xsl'

feature/22848
Francesco Mangiacrapa 4 years ago
parent 47af3072d5
commit 23ac2e0bfd

@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<xsl:for-each select="ReleaseNotes/Changeset">
## [<xsl:value-of select="translate(translate(substring(@component, string-length(@component) - 5),'.',''),'-','.')" />] - <xsl:value-of select="@date" />
## [v<xsl:value-of select="translate(translate(substring(@component, string-length(@component) - 5),'.',''),'-','.')" />] - <xsl:value-of select="@date" />
<xsl:for-each select="Change">
<xsl:text>&#10;</xsl:text>

Loading…
Cancel
Save