Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 26, 2021
1 parent 34e5cd1 commit cc6cd7a
Show file tree
Hide file tree
Showing 51 changed files with 2,176 additions and 1,918 deletions.
14 changes: 7 additions & 7 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
```
## スクリーンショット
Expand Down Expand Up @@ -146,7 +146,7 @@ GitHub Actions で提供される`GITHUB_TOKEN`は連続するイベントを作
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
```
Expand All @@ -162,7 +162,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true
```
Expand All @@ -181,7 +181,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
```

### Context variables
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
```

### 例2
Expand All @@ -235,7 +235,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true
TARGET_BRANCH_PREFIX: release/
Expand All @@ -255,7 +255,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
CHECK_ONLY_DEFAULT_BRANCH: true
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ e.g. `README.md`
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
```
## Screenshot
Expand Down Expand Up @@ -147,7 +147,7 @@ If you want to trigger actions, use a personal access token instead.
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
```
Expand All @@ -163,7 +163,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true
```
Expand All @@ -182,7 +182,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
```

### Context variables
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
```

### Example 2
Expand All @@ -236,7 +236,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true
TARGET_BRANCH_PREFIX: release/
Expand All @@ -256,7 +256,7 @@ jobs:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v3
- uses: technote-space/toc-generator@v4
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
CHECK_ONLY_DEFAULT_BRANCH: true
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":"toc-generator","sha":"07f7c63820d19707e6d4e2bd1a1acba009f7d538","ref":"refs/tags/test/v4.0.1.582973266","tagName":"test/v4.0.1.582973266","branch":"gh-actions","tags":["test/v4.0.1.582973266","test/v4.0.1","test/v4.0","test/v4"],"updated_at":"2021-02-19T23:39:58.806Z"}
{"owner":"technote-space","repo":"toc-generator","sha":"7b45d5e25a1d783b69eb9522e41b6d3ceb40b693","ref":"refs/tags/v4.0.1","tagName":"v4.0.1","branch":"gh-actions","tags":["v4.0.1","v4.0","v4"],"updated_at":"2021-02-26T06:47:00.180Z"}
198 changes: 104 additions & 94 deletions node_modules/.yarn-integrity

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@octokit/openapi-types/dist-node/index.js

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/@octokit/openapi-types/dist-node/index.js.map

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/@octokit/openapi-types/dist-src/version.js

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

Loading

0 comments on commit cc6cd7a

Please sign in to comment.