From d21b5df523ae0a18fa19c25f2aad2691d4bc6914 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 11 Feb 2020 10:53:19 -0500 Subject: [PATCH] chore(scripts): include v4-lts as a choice tag for release --- .scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/common.js b/.scripts/common.js index 0966c72191..209e12e258 100644 --- a/.scripts/common.js +++ b/.scripts/common.js @@ -42,7 +42,7 @@ async function askTag() { type: 'list', name: 'tag', message: 'Select npm tag or specify a new tag', - choices: ['latest', 'next'] + choices: ['latest', 'next', 'v4-lts'] .concat([ new inquirer.Separator(), {