Skip to content

Commit

Permalink
Merge pull request #375 from technote-space/release/next-v4.3.0
Browse files Browse the repository at this point in the history
release: v4.3.1
  • Loading branch information
technote-space authored Dec 11, 2022
2 parents 98499bc + 710dc57 commit 3ba472e
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 171 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
|INCLUDE_LABELS|プルリクエストに付与されているかチェックするラベル| |`Label1, Label2`|
|OPENING_COMMENT|開始コメント (DocToc以外のため)|`<!-- toc `| |
|CLOSING_COMMENT|終了コメント (DocToc以外のため)|`<!-- tocstop `| |
|SKIP_COMMENT|スキップコメント| |`<!-- toc skip `|
|SKIP_COMMENT|スキップコメントを変更 (default: `<!-- DOCTOC SKIP `)| |`<!-- toc skip `|
|GITHUB_TOKEN|アクセストークン|`${{github.token}}`|`${{secrets.ACCESS_TOKEN}}`|
|SIGNOFF| Signed-off-byを付与 | |`true`|

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ e.g. `README.md`
|INCLUDE_LABELS|Labels used to check if the PullRequest has it| |`Label1, Label2`|
|OPENING_COMMENT|Opening comment (for other than DocToc)|`<!-- toc `| |
|CLOSING_COMMENT|Closing comment (for other than DocToc)|`<!-- tocstop `| |
|SKIP_COMMENT|Skip comment| |`<!-- toc skip `|
|SKIP_COMMENT|Change skip comment (default: `<!-- DOCTOC SKIP `)| |`<!-- toc skip `|
|GITHUB_TOKEN|Access token|`${{github.token}}`|`${{secrets.ACCESS_TOKEN}}`|
|SIGNOFF| Add `Signed-off-by` line | |`true`|

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/toc-generator",
"version": "4.3.0",
"version": "4.3.1",
"description": "GitHub Action to generate TOC.",
"keywords": [
"github",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@technote-space/github-action-pr-helper": "^2.4.0",
"@technote-space/github-action-test-helper": "^0.11.1",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitest/coverage-c8": "^0.25.6",
"@vitest/coverage-c8": "^0.25.7",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"fast-glob": "^3.2.12",
Expand All @@ -67,7 +67,7 @@
"pinst": "^3.0.0",
"rollup": "^3.7.2",
"typescript": "^4.9.4",
"vitest": "^0.25.6"
"vitest": "^0.25.7"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3ba472e

Please sign in to comment.