From ebe7ac9a0381e98062e12dbb9d6899f24b4a646d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 18:34:16 +0900 Subject: [PATCH] feat: build for release --- README.ja.md | 55 ++++++++++++++++++------------------ README.md | 55 ++++++++++++++++++------------------ action.yml | 3 ++ build.json | 2 +- lib/main.js | 1 + node_modules/.yarn-integrity | 6 ++-- 6 files changed, 64 insertions(+), 58 deletions(-) diff --git a/README.ja.md b/README.ja.md index cc3368bc..e27b43b1 100644 --- a/README.ja.md +++ b/README.ja.md @@ -62,33 +62,34 @@ ![behavior](https://raw.githubusercontent.com/technote-space/toc-generator/images/screenshot.gif) ## オプション -| name | description | default | required | e.g. | -|:---|:---|:---|:---|:---| -|TARGET_PATHS|対象のファイルパス (カンマ区切り, [詳細](https://github.com/thlorenz/doctoc#adding-toc-to-individual-files))|`README*.md`|true|`README*.md,CHANGELOG.md`, `.`| -|TOC_TITLE|目次タイトル|`**Table of Contents**`| |`''`| -|MAX_HEADER_LEVEL|Heading最大レベル ([詳細](https://github.com/thlorenz/doctoc#specifying-a-maximum-heading-level-for-toc-entries))| | |`3`| -|CUSTOM_MODE|Customモードかどうか([生成例](samples/README.horizontal.md))|`false`| |`true`| -|CUSTOM_TEMPLATE|Customテンプレート(Customモード)|`
${ITEMS}
`| | | -|ITEM_TEMPLATE|アイテムテンプレート(Customモード)|`${TEXT}`| | | -|SEPARATOR|セパレータ(Customモード)|\|\
| | |
-|FOLDING|目次を折りたたみ式にするかどうか|`false`| |`true`|
-|COMMIT_MESSAGE|コミットメッセージ|`chore(docs): update TOC`|true|`docs: update TOC`|
-|COMMIT_NAME|コミット時に設定する名前|`${github.actor}`| | |
-|COMMIT_EMAIL|コミット時に設定するメールアドレス|`${github.actor}@users.noreply.github.com`| | |
-|CREATE_PR|プルリクエストを作成するかどうか|`false`| |`true`|
-|CHECK_ONLY_DEFAULT_BRANCH|デフォルトのブランチのみをチェックするかどうか|`false`| |`true`|
-|PR_BRANCH_PREFIX|プルリクエストのブランチプリフィックス|`toc-generator/`|true| |
-|PR_BRANCH_NAME|プルリクエストのブランチ名