mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-28 16:24:07 +02:00
Remove outdated comment
This commit is contained in:
parent
de242aa6b1
commit
07f4a49fdd
@ -6,8 +6,6 @@
|
||||
# Last version should be the latest English version since the manifesto is first
|
||||
# written in English, then translated into other languages later.
|
||||
$versions = Dir.glob("source/en/*").map { |e| e.sub("source/en/", "") }.sort
|
||||
# NOTE: for now, while 1.1.0 is in development let's pin the latest
|
||||
# version to 1.0.0 manually.
|
||||
# $last_version = $versions.last
|
||||
$last_version = "1.1.0"
|
||||
$previous_version = $versions[$versions.index($last_version) - 1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user