chore(scripts): include v4-lts as a choice tag for release

This commit is contained in:
Brandy Carney
2020-02-11 10:53:19 -05:00
parent fd9c7a9601
commit d21b5df523

View File

@@ -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(),
{