Update 'Util/to_changelog_md.xsl'

This commit is contained in:
Francesco Mangiacrapa 2020-06-22 16:54:04 +02:00
parent c475e363a1
commit cf73171f35
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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(substring(@component, string-length(@component) - 5),'.','')" />] - [<xsl:value-of select="@date" />]
## [<xsl:value-of select="translate(translate(substring(@component, string-length(@component) - 5),'.',''),'-','.')" />] - [<xsl:value-of select="@date" />]
<xsl:for-each select="Change">
<xsl:apply-templates />