This commit is contained in:
Sarah Schneider 2021-03-01 21:26:53 -05:00
Родитель 454cd2a8fd
Коммит c972cea6f5
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,4 @@
date: '2021-03-01'
intro: 'March 1, 2021'
sections:
features:
- heading: 'GitHub Actions beta'

Просмотреть файл

@ -16,6 +16,8 @@ function sortPatchKeys (release, version, options = {}) {
}
})
// Versions with numbered releases like GHES 2.22, 3.0, etc. need additional semver sorting;
// Versions with date releases do not.
return options.semverSort ? semverSort(keys) : keys
}