Skip to content

Commit 71c0a73

Browse files
feat: build for release
1 parent 35f7acb commit 71c0a73

File tree

83 files changed

+42644
-44214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+42644
-44214
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"4b73f5edc233d1af86dbf2f17103227be7b86cb0","ref":"refs/tags/test/v6.0.3.102088285","tagName":"test/v6.0.3.102088285","branch":"gh-actions","tags":["test/v6.0.3.102088285","test/v6.0.3","test/v6.0","test/v6"],"updated_at":"2020-05-12T03:03:23.955Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"888238161a526dc14001c101ea69a2f6f32b586e","ref":"refs/tags/test/v6.0.3.106287218","tagName":"test/v6.0.3.106287218","branch":"gh-actions","tags":["test/v6.0.3.106287218","test/v6.0.3","test/v6.0","test/v6"],"updated_at":"2020-05-16T03:04:01.132Z"}

lib/constant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.TARGET_EVENTS = exports.DEFAULT_FETCH_DEPTH = void 0;
34
const misc_1 = require("./utils/misc");
45
exports.DEFAULT_FETCH_DEPTH = 3;
56
exports.TARGET_EVENTS = {

lib/utils/command.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
Object.defineProperty(exports, "__esModule", { value: true });
12+
exports.deploy = exports.prepareCommit = exports.copyFiles = exports.updateRelease = exports.push = exports.deleteTestTags = exports.getDeleteTestTag = exports.commit = exports.config = exports.checkBranch = exports.clone = exports.createBuildInfoFile = exports.prepareFiles = exports.replaceDirectory = void 0;
1213
const fs_1 = require("fs");
1314
const path_1 = require("path");
1415
const github_action_helper_1 = require("@technote-space/github-action-helper");

lib/utils/misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
33
return (mod && mod.__esModule) ? mod : { "default": mod };
44
};
55
Object.defineProperty(exports, "__esModule", { value: true });
6+
exports.isValidContext = exports.getReplaceDirectory = exports.getParams = exports.getCreateTags = exports.isValidTagName = exports.getPatchTag = exports.getMinorTag = exports.getMajorTag = exports.getOutputBuildInfoFilename = exports.isEnabledCleanTestTag = exports.isCreatePatchVersionTag = exports.isCreateMinorVersionTag = exports.isCreateMajorVersionTag = exports.getOriginalTagPrefix = exports.getTestTag = exports.isTestTag = exports.getTestTagPrefix = exports.getFetchDepth = exports.getBranchNames = exports.getCommitEmail = exports.getCommitName = exports.getCommitMessage = exports.getBuildCommands = exports.getClearFilesCommands = exports.getRestoreBackupCommands = exports.getBackupCommands = exports.detectBuildCommands = exports.getSearchBuildCommandTargets = void 0;
67
const fs_1 = require("fs");
78
const path_1 = require("path");
89
const memize_1 = __importDefault(require("memize"));

node_modules/.yarn-integrity

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-node/index.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-node/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/types/dist-src/AuthInterface.js

Whitespace-only changes.

node_modules/@octokit/types/dist-src/EndpointDefaults.js

Whitespace-only changes.

node_modules/@octokit/types/dist-src/EndpointInterface.js

Whitespace-only changes.

0 commit comments

Comments
 (0)