diff --git a/README.ko.md b/README.ko.md index e9926ce..4f18573 100644 --- a/README.ko.md +++ b/README.ko.md @@ -1,6 +1,6 @@ # @NaverPayDev/changeset-actions -> [See English README](./README.md) +> lang: [En](./README.md) | Ko - changeset 기반의 다양한 액션을 모아놓은 레포입니다. - 해당 레포는 모노레포 구조로 여러 액션을 포함하며, 필요한 액션만 선택하여 사용하실 수 있습니다. diff --git a/README.md b/README.md index abce6dc..aa2375e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @NaverPayDev/changeset-actions -> [한글 README 보기](./README.ko.md) +> lang: En | [Ko](./README.ko.md) - A repository containing various actions based on changesets. - This repository follows a monorepo structure and includes multiple actions, allowing you to use only the actions you need. diff --git a/canary-publish/action.yml b/canary-publish/action.yml index 86df8a7..c834a35 100644 --- a/canary-publish/action.yml +++ b/canary-publish/action.yml @@ -1,7 +1,7 @@ name: 'changesets-canary-publish' -description: 'changesets canary publish' +description: 'changesets canary publish to differentiate from normal publish' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' inputs: github_token: @@ -18,11 +18,11 @@ inputs: description: 'canary deploy script' required: true packages_dir: - description: '패키지 디렉터리' + description: 'directory to publish' required: false default: 'packages,share' excludes: - description: '제외할 경로' + description: 'path to exclude from canary publish' required: false default: '.github,.changeset' version_template: diff --git a/canary-publish/package.json b/canary-publish/package.json index 51b0105..ec433a0 100644 --- a/canary-publish/package.json +++ b/canary-publish/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/changeset-actions/canary-publish", - "description": "changeset 기반 publish action", + "description": "canary publish action based on changeset", "sideEffects": false, "version": "0.0.1", "main": "./dist/index.js", diff --git a/detect-add/action.yml b/detect-add/action.yml index 7bc40b0..98bd3e9 100644 --- a/detect-add/action.yml +++ b/detect-add/action.yml @@ -1,32 +1,32 @@ -name: "changesets-detect-add" -description: "changeset을 이용한 패키지 배포 플로우를 사용할 때, 해당 PR의 변경점을 파악하여 `.changeset` 하위에 변경된 파일을 기재할 수 있도록 유도하는 action 입니다." +name: 'changesets-detect-add' +description: 'Detect changes in the PR and add them to the changeset' runs: - using: "node16" - main: "dist/index.js" + using: 'node20' + main: 'dist/index.js' inputs: github_token: - description: "get github token (필요하면 user의 PAT을 넣어주세요.)" + description: 'github token to use for the action' required: true skip_branches: - description: "skip할 브랜치들을 적어주세요." + description: 'branches to skip the action' required: false - default: "master,main,develop" + default: 'master,main,develop' skip_label: - description: "해당 액션을 skip할 label의 이름을 적어주세요." + description: 'add a label to skip the action' required: false - default: "skip-detect-change" + default: 'skip-detect-change' packages_dir: - description: "변경을 탐지할 패키지들의 폴더명을 추가해주세요." + description: 'add folder name to detect changes' required: false - default: "packages,share" + default: 'packages,share' formatting_script: - description: ".changeset/*.md 파일 포매팅이 필요하다면 script 명령어를 추가해주세요" + description: 'add a formatting script when needing to format the .changeset/*.md files' required: false excludes: - description: "제외할 경로" + description: 'path to exclude when detecting changes' required: false - default: ".github,.changeset" + default: '.github,.changeset' language: - description: "detect add comment의 언어 설정 (en, ko 중 하나를 설정해주세요.)" + description: 'language to use for the changeset' required: false - default: "en" + default: 'en' diff --git a/detect-add/package.json b/detect-add/package.json index 4cf621b..7b414af 100644 --- a/detect-add/package.json +++ b/detect-add/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/changeset-actions/detect-add", - "description": "changeset 기반 detect add", + "description": "changeset-detect action originally from changeset-bot", "sideEffects": false, "version": "0.0.1", "main": "./dist/index.js", diff --git a/package.json b/package.json index 296becd..a2a4fd4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/NaverPayDev/changeset-actions.git" }, - "description": "changeset 기반의 actions", + "description": "Changeset actions for GitHub", "version": "0.0.0", "scripts": { "start": "turbo run start", diff --git a/publish/action.yml b/publish/action.yml index c422774..5a7d247 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -1,39 +1,38 @@ -name: "changesets-detect-add" -description: "" +name: 'changesets-detect-add' +description: '' runs: - using: "node16" - main: "dist/index.js" + using: 'node20' + main: 'dist/index.js' inputs: github_token: - description: "get github token (필요하면 user의 PAT을 넣어주세요.)" + description: 'github token to use for the action' required: true npm_token: - description: "npm publish token" + description: 'npm publish token' required: true publish_script: - description: "배포 script" + description: '배포 script' required: false git_username: - description: "pr 생성시 설정할 github username" + description: 'username for generating pull request' required: false default: 'npay-fe-bot' git_email: - description: "pr 생성시 설정할 github email" + description: 'email for generating pull request' required: false default: 'npay.fe.bot@navercorp.com' pr_title: - description: "pr 의 타이틀" + description: 'title of pull request' required: false default: '🚀 version changed packages' commit_message: - description: "커밋 메시지" + description: 'commit message' required: false default: '📦 bump changed packages version' create_github_release_tag: - description: "release tag 생성여부" + description: 'create github release tag' required: false default: true formatting_script: - description: ".changeset/*.md 파일 포매팅이 필요하다면 script 명령어를 추가해주세요" + description: 'add a formatting script when needing to format the .changeset/*.md files' required: false - \ No newline at end of file diff --git a/publish/package.json b/publish/package.json index 1163813..3400aea 100644 --- a/publish/package.json +++ b/publish/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/changeset-actions/publish", - "description": "changeset 기반 publish", + "description": "publish action based on changeset", "sideEffects": false, "version": "0.0.1", "main": "./dist/index.js",