From c475e363a149355bc9f7a9a61b1e66d0339f3fdd Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 18 May 2020 12:22:42 +0200 Subject: [PATCH] xsl file to transform changelog.xml to changelog.md --- Util/to_changelog_md.xsl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Util/to_changelog_md.xsl diff --git a/Util/to_changelog_md.xsl b/Util/to_changelog_md.xsl new file mode 100644 index 0000000..7e0e43f --- /dev/null +++ b/Util/to_changelog_md.xsl @@ -0,0 +1,25 @@ + + + + + + + + + +# Changelog + +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). + + +## [] - [] + + + + + + + + \ No newline at end of file