This reverts commit a65ca13d976836f18474e5a386ae9b0540d9bd82.
This commit is contained in:
Aaron Wentzel 2020-10-09 14:09:52 -07:00
Родитель 3aad69739a
Коммит eb81953c00
3 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -3,9 +3,6 @@ import { Octokit } from "@octokit/rest";
import { PackageChangelogRenderInfo, ChangelogEntry } from "beachball";
import { getPullRequestForCommit, repoDetails } from "./github";
// If there is the need to perform locally and manually consider adding `.dotenv` files
// referenced https://www.npmjs.com/package/dotenv
const githubPAT = process.env.GITHUB_PUBLISH_PAT;
if (!githubPAT && (process.argv.includes("bump") || process.argv.includes("publish"))) {
console.warn(

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "This is a test of Beachball change aspects",
"packageName": "@microsoft/fast-tooling",
"email": "16669785+awentzel@users.noreply.github.com",
"dependentChangeType": "patch",
"date": "2020-10-09T21:04:39.063Z"
}

Просмотреть файл

@ -13,10 +13,6 @@ import {
import { SchemaDictionary } from "./schema.props";
import { DataDictionary, Parent } from "./data.props";
function testChange(schema: any) {
console.log("this is a test");
}
function getNavigationRecursive(
schema: any,
disabled: boolean,