Skip to content

chore: sync main to release #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:
이 PR은 main 브랜치의 변경사항을 release 브랜치로 동기화합니다.

이 PR이 머지되면 release 워크플로우가 자동으로 트리거됩니다.
delete-branch: true
5 changes: 2 additions & 3 deletions .github/workflows/release-lazy-table-renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- name: Reset main branch
- name: Reset release branch
run: |
git fetch origin release:release
git reset --hard release
Expand All @@ -67,12 +67,11 @@ jobs:
with:
branch: release-to-main
commit-message: 'chore: update version to latest release [skip ci]'
title: 'chore: update version to latest release'
title: 'chore: update version to latest release [skip ci]'
body: |
이 PR은 release 브랜치의 최신 버전 정보로 main 브랜치를 업데이트합니다.

- package.json 버전 업데이트
- CHANGELOG.md 업데이트

이 PR은 release 워크플로우에 의해 자동으로 생성되었습니다.
delete-branch: true
5 changes: 2 additions & 3 deletions .github/workflows/release-vue-pivottable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
ref: main

- name: Reset main branch
- name: Reset release branch
run: |
git fetch origin release:release
git reset --hard release
Expand All @@ -63,12 +63,11 @@ jobs:
with:
branch: release-to-main
commit-message: 'chore: update version to latest release [skip ci]'
title: 'chore: update version to latest release'
title: 'chore: update version to latest release [skip ci]'
body: |
이 PR은 release 브랜치의 최신 버전 정보로 main 브랜치를 업데이트합니다.

- package.json 버전 업데이트
- CHANGELOG.md 업데이트

이 PR은 release 워크플로우에 의해 자동으로 생성되었습니다.
delete-branch: true
Loading