Skip to content

Commit b71d89c

Browse files
feat: Build for release
1 parent b52ddf0 commit b71d89c

File tree

121 files changed

+14663
-29889
lines changed

Some content is hidden

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

121 files changed

+14663
-29889
lines changed

action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# https://help.github.com/ja/articles/metadata-syntax-for-github-actions
22
name: GitHub Actions Template
3+
34
description: Template for GitHub actions.
5+
46
author: technote-space
7+
58
inputs:
69
GITHUB_TOKEN:
710
description: Secret GitHub API token to use for making API requests.
811
required: true
12+
13+
#outputs:
14+
# result:
15+
# description: action result
16+
917
branding:
1018
# https://feathericons.com/
1119
icon: 'package'
1220
color: 'orange'
21+
1322
runs:
1423
using: node12
1524
main: lib/main.js
25+
# post: lib/post.js
26+
# post-if: 'success()'

bin/setup.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ rm -f .github/workflows/issue_opened.yml
99
rm -f .github/workflows/pr_opened.yml
1010
rm -f .github/workflows/pr_updated.yml
1111
rm -f .github/workflows/project_card_moved.yml
12+
#rm -f .github/workflows/release.yml
13+
rm -f .github/workflows/sync-workflows.yml
1214
rm -f .github/workflows/toc.yml
15+
rm -f .github/workflows/update-dependencies.yml
1316

1417
rm -f .github/card-labeler.yml
1518
rm -f .github/config.yml
@@ -31,14 +34,6 @@ rm -f _config.yml
3134
rm -f README.md
3235
touch README.md
3336

34-
sed -i '/COMMIT_NAME/d' .github/workflows/released.yml
35-
sed -i '/COMMIT_EMAIL/d' .github/workflows/released.yml
36-
sed -i '/OUTPUT_BUILD_INFO_FILENAME/d' .github/workflows/released.yml
37-
sed -i '/TEST_TAG_PREFIX/d' .github/workflows/released.yml
38-
sed -i '/ORIGINAL_TAG_PREFIX/d' .github/workflows/released.yml
39-
sed -i '/\*\/\*/d' .github/workflows/released.yml
40-
sed -i 's/test\/v1/v1/' .github/workflows/released.yml
41-
4237
sed -i '/setup.sh/d' package.json
4338

4439
cat << EOS

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"gh-actions-template","sha":"1fe967cdaaac23c8155b6f450d7497fdba0fa403","ref":"refs/tags/v0.0.8","tagName":"v0.0.8","branch":"gh-actions","tags":["v0","v0.0","v0.0.8"],"updated_at":"2020-01-16T13:47:06.084Z"}
1+
{"owner":"technote-space","repo":"gh-actions-template","sha":"8bd9ee2590d76d28c7100b7f15b6617850d64836","ref":"refs/tags/v0.1.0","tagName":"v0.1.0","branch":"gh-actions","tags":["v0","v0.1","v0.1.0"],"updated_at":"2020-01-25T09:17:05.091Z"}

node_modules/.bin/semver

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

node_modules/.yarn-integrity

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

node_modules/@actions/core/lib/command.d.ts

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

node_modules/@actions/core/lib/command.js

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

node_modules/@actions/core/lib/command.js.map

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

node_modules/@actions/core/lib/core.js

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

node_modules/@actions/core/lib/core.js.map

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)