Add support for LTS labels in node-versions manifest #63

Merged
maxim-lobanov merged 2 commits from malob/add-lts-labels into main 2021-06-16 16:43:24 +05:00
3 changed files with 149 additions and 2 deletions
Showing only changes of commit 4fcc8f116d - Show all commits

View File

@@ -3,5 +3,6 @@
"groups": {
"arch": 2,
"platform": 1
}
},
"lts_rule_expression": "(Invoke-RestMethod 'https://raw.githubusercontent.com/nodejs/Release/main/schedule.json').PSObject.Properties | Where-Object { $_.Value.codename } | ForEach-Object { @{ Name = $_.Name.TrimStart('v'); Value = $_.Value.codename } }"
}

Submodule helpers updated: 3b38e3de4c...f19d5f4b3c

File diff suppressed because it is too large Load Diff