Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2020
1 parent 30c0640 commit d2dec23
Show file tree
Hide file tree
Showing 11 changed files with 270 additions and 41 deletions.
18 changes: 9 additions & 9 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ jobs:
[指定可能なパターンの詳細](https://github.com/isaacs/minimatch#minimatch)
### マッチするファイルの例
- src/main.ts
- src/utils/abc.ts
- __tests__/test.ts
- yarn.lock
- .eslintrc
- anywhere/yarn.lock
- `src/main.ts`
- `src/utils/abc.ts`
- `__tests__/test.ts`
- `yarn.lock`
- `.eslintrc`
- `anywhere/yarn.lock`

### マッチしないファイルの例
- main.ts
- src/xyz.txt
- src/exclude.ts
- `main.ts`
- `src/xyz.txt`
- `src/exclude.ts`

### envの例
| name | value |
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ jobs:
[Details of the patterns that can be specified](https://github.com/isaacs/minimatch#minimatch)
### Example of matching files
- src/main.ts
- src/utils/abc.ts
- __tests__/test.ts
- yarn.lock
- .eslintrc
- anywhere/yarn.lock
- `src/main.ts`
- `src/utils/abc.ts`
- `__tests__/test.ts`
- `yarn.lock`
- `.eslintrc`
- `anywhere/yarn.lock`

### Examples of non-matching files
- main.ts
- src/xyz.txt
- src/exclude.ts
- `main.ts`
- `src/xyz.txt`
- `src/exclude.ts`

### Examples of env
| name | value |
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v3.3.1","branch":"gh-actions","tags":["test/v3.3.1","test/v3.3","test/v3"],"updated_at":"2020-10-09T15:44:45.206Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"6e226f430417ec9218b0448f42a8df0562e5622c","ref":"refs/tags/v4.0.0","tagName":"v4.0.0","branch":"gh-actions","tags":["v4.0.0","v4.0","v4"],"updated_at":"2020-10-09T16:02:58.867Z"}
14 changes: 7 additions & 7 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@types/node/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 23 additions & 1 deletion node_modules/@types/node/assert.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 76 additions & 8 deletions node_modules/@types/node/crypto.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d2dec23

Please sign in to comment.