mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-29 16:54:12 +02:00
Update index.html.haml
%pre.changelog= File.read("CHANGELOG.md") instead of %pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__))
This commit is contained in:
parent
b850716d1c
commit
8935a1d508
@ -13,7 +13,7 @@ language: it-IT
|
||||
Un change log è un file che contiene una lista curata e ordinata cronologicamente
|
||||
delle modifiche degne di nota per ogni versione di un progetto.
|
||||
|
||||
%pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__))
|
||||
%pre.changelog= File.read("CHANGELOG.md")
|
||||
|
||||
:markdown
|
||||
### A cosa serve un change log?
|
||||
|
Loading…
x
Reference in New Issue
Block a user