You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: canary-publish/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# changesets-canary-publish
2
2
3
-
## 설명
3
+
## Description
4
4
5
-
- changeset을 이용한 패키지 배포 플로우를 사용할 때, 해당 PR의 변경점을 파악하여 `.changeset`하위 변경된 패키지들을 Canary 배포할 수 action 입니다.
5
+
This action allows Canary deployment of modified packages under the `.changeset`directory when using a package deployment flow based on changesets. It identifies changes in the pull request and deploys the updated packages.
6
6
7
-
## 사용 방법
7
+
## Usage
8
8
9
-
- 프로젝트 root의 `.github/workflows`경로에 아래와 같이 `.yaml` 파일을 작성합니다.
9
+
Create a `.yaml` file in the `.github/workflows`directory at the root of your project as shown below:
Copy file name to clipboardExpand all lines: publish/README.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
1
# changesets-publish
2
2
3
-
## 설명
3
+
## Description
4
4
5
-
- changeset을 이용한 패키지 배포 플로우를 사용할 때, 해당 PR의 변경점을 파악하여 `.changeset` 하위에 변경된 패키지들을 배포하는 action 입니다.
6
-
- .changeset 하위에 변경사항이 기록된 markdown 있다면 `changeset-release/main` 브랜치를 생성하고 markdown 파일이 없다면 publish 를 수행합니다.
5
+
This action identifies changes in a pull request and deploys modified packages under the `.changeset` directory when using a changeset-based package deployment flow. If there are markdown files recording changes under `.changeset`, it creates a `changeset-release/main` branch. If no markdown files are present, it performs the publish operation.
7
6
8
-
## 사용 방법
7
+
## Usage
9
8
10
-
- 프로젝트 root의 `.github/workflows`경로에 아래와 같이 `.yaml` 파일을 작성합니다.
9
+
Create a `.yaml` file in the `.github/workflows`directory at the root of your project as shown below:
0 commit comments