mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-29 16:54:12 +02:00
Fix path
This commit is contained in:
parent
1338ccc99f
commit
fe288ea321
@ -13,7 +13,7 @@ language: de
|
||||
Ein Changelog ist eine Datei, welche eine nachgeführte, chronologisch sortierte
|
||||
Liste aller relevanten Änderungen für jede Version eines Projektes enthält.
|
||||
|
||||
%pre.changelog= File.read(File.expand_path(“../../CHANGELOG.md”, __FILE__))
|
||||
%pre.changelog= File.read(File.expand_path(“../../../CHANGELOG.md”, __FILE__))
|
||||
|
||||
:markdown
|
||||
### Was ist der Zweck eines Changelogs?
|
||||
|
Loading…
x
Reference in New Issue
Block a user