Skip to content

Commit 4e169d4

Browse files
feat: Build for release
1 parent db4eaf1 commit 4e169d4

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
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":"353de592e9fc348cf686c54a3283efafd48e5cc5","ref":"refs/tags/test/v3.0.1.1","tagName":"test/v3.0.1.1","branch":"gh-actions","tags":["test/v3.0.1.1","test/v3.0.1","test/v3.0","test/v3"],"updated_at":"2020-02-11T08:36:31.898Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/release/v3.0.1","tagName":"test/v3.0.1.2","branch":"gh-actions","tags":["test/v3.0.1.2","test/v3.0.1","test/v3.0","test/v3"],"updated_at":"2020-02-11T09:36:51.628Z"}

lib/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exports.config = (helper) => __awaiter(void 0, void 0, void 0, function* () {
8383
});
8484
exports.commit = (helper) => __awaiter(void 0, void 0, void 0, function* () { return helper.commit(misc_1.getParams().pushDir, misc_1.getCommitMessage(), { allowEmpty: true }); });
8585
exports.getDeleteTestTag = (tagName, prefix, helper) => __awaiter(void 0, void 0, void 0, function* () {
86-
return (yield helper.getTags(misc_1.getParams().pushDir))
86+
return (yield helper.getTags(misc_1.getParams().pushDir, { quiet: true }))
8787
.filter(tag => getPrefixRegExp(prefix).test(tag))
8888
.map(tag => tag.replace(getPrefixRegExp(prefix), ''))
8989
.filter(tag => versionCompare(tag, tagName, false) < 0) // eslint-disable-line no-magic-numbers

node_modules/.yarn-integrity

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

node_modules/@technote-space/github-action-helper/dist/command.js

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

node_modules/@technote-space/github-action-helper/dist/git-helper.js

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

node_modules/@technote-space/github-action-helper/package.json

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

0 commit comments

Comments
 (0)