chore: rename german changelog file to all uppercase

This commit is contained in:
Felix Hamann 2019-06-14 01:18:03 +02:00
parent dd528c13aa
commit 7b8a3979bd
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ getInfoR = do
let features = $(widgetFile "featureList")
gitInfo :: Text
gitInfo = $gitDescribe <> " (" <> $gitCommitDate <> ")"
changeLog <- withUrlRenderer $(textFile "ChangeLog_de.md")
changeLog <- withUrlRenderer $(textFile "CHANGELOG_DE.md")
$(widgetFile "versionHistory")