chore(): remove beta script changes

This commit is contained in:
Liam DeBeasi
2020-10-08 16:38:05 +00:00
parent d371af48e3
commit 32196bc4e8
4 changed files with 23 additions and 23 deletions

View File

@@ -10,11 +10,11 @@ const rootDir = path.join(__dirname, '../');
const packages = [
'core',
//'docs',
//'angular',
//'packages/react',
//'packages/react-router',
//'packages/angular-server',
'docs',
'angular',
'packages/react',
'packages/react-router',
'packages/angular-server',
'packages/vue',
'packages/vue-router'
];
@@ -44,7 +44,7 @@ async function askNpmTag(version) {
type: 'list',
name: 'npmTag',
message: 'Select npm tag or specify a new tag',
choices: ['latest', 'next', 'v4-lts', 'beta']
choices: ['latest', 'next', 'v4-lts']
.concat([
new inquirer.Separator(),
{

View File

@@ -86,10 +86,10 @@ function publishGit(tasks, version, changelog, npmTag) {
title: 'Push tags to remove',
task: () => execa('git', ['push', '--follow-tags'], { cwd: common.rootDir })
},
/*{
{
title: 'Publish Github release',
task: () => publishGithub(version, gitTag, changelog, npmTag)
}*/
}
);
}