Skip to content

Commit 3ba472e

Browse files
Merge pull request #375 from technote-space/release/next-v4.3.0
release: v4.3.1
2 parents 98499bc + 710dc57 commit 3ba472e

File tree

4 files changed

+164
-171
lines changed

4 files changed

+164
-171
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
|INCLUDE_LABELS|プルリクエストに付与されているかチェックするラベル| |`Label1, Label2`|
8888
|OPENING_COMMENT|開始コメント (DocToc以外のため)|`<!-- toc `| |
8989
|CLOSING_COMMENT|終了コメント (DocToc以外のため)|`<!-- tocstop `| |
90-
|SKIP_COMMENT|スキップコメント| |`<!-- toc skip `|
90+
|SKIP_COMMENT|スキップコメントを変更 (default: `<!-- DOCTOC SKIP `)| |`<!-- toc skip `|
9191
|GITHUB_TOKEN|アクセストークン|`${{github.token}}`|`${{secrets.ACCESS_TOKEN}}`|
9292
|SIGNOFF| Signed-off-byを付与 | |`true`|
9393

README.md

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/toc-generator",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "GitHub Action to generate TOC.",
55
"keywords": [
66
"github",
@@ -54,10 +54,10 @@
5454
"@technote-space/github-action-pr-helper": "^2.4.0",
5555
"@technote-space/github-action-test-helper": "^0.11.1",
5656
"@technote-space/release-github-actions-cli": "^1.9.3",
57-
"@types/node": "^18.11.12",
57+
"@types/node": "^18.11.13",
5858
"@typescript-eslint/eslint-plugin": "^5.46.0",
5959
"@typescript-eslint/parser": "^5.46.0",
60-
"@vitest/coverage-c8": "^0.25.6",
60+
"@vitest/coverage-c8": "^0.25.7",
6161
"eslint": "^8.29.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"fast-glob": "^3.2.12",
@@ -67,7 +67,7 @@
6767
"pinst": "^3.0.0",
6868
"rollup": "^3.7.2",
6969
"typescript": "^4.9.4",
70-
"vitest": "^0.25.6"
70+
"vitest": "^0.25.7"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)