зеркало из https://github.com/github/docs.git
add comment
This commit is contained in:
Родитель
454cd2a8fd
Коммит
c972cea6f5
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче