Add stable and oldstable aliases (#300)

This commit is contained in:
Milos Pantic
2022-12-12 10:58:49 +01:00
committed by GitHub
parent 30c39bfe0c
commit 38dbe75f81
10 changed files with 354 additions and 45 deletions

4
src/utils.ts Normal file
View File

@ -0,0 +1,4 @@
export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'
}