From 58f7e36a01342722079260312711ecbf15df8180 Mon Sep 17 00:00:00 2001 From: Seungwoo321 Date: Mon, 12 May 2025 17:20:28 +0900 Subject: [PATCH 1/2] ci: fix workflows From dc5a523974af1456988b3bfb5d77f0ac81fbd637 Mon Sep 17 00:00:00 2001 From: Seungwoo321 Date: Mon, 12 May 2025 17:25:59 +0900 Subject: [PATCH 2/2] ci: update workflows lazy-table-renderer --- .../workflows/release-lazy-table-renderer.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/release-lazy-table-renderer.yml b/.github/workflows/release-lazy-table-renderer.yml index 1848656..8811efe 100644 --- a/.github/workflows/release-lazy-table-renderer.yml +++ b/.github/workflows/release-lazy-table-renderer.yml @@ -53,3 +53,19 @@ jobs: run: | cd packages/lazy-table-renderer pnpm dlx semantic-release + + - name: Create Pull Request to main + if: success() + uses: peter-evans/create-pull-request@v5 + with: + token: ${{ secrets.GITHUB_TOKEN }} + branch: release + base: main + title: 'chore: update version to latest release' + body: | + This PR updates the main branch with the latest version information from the release branch. + + - Updates package.json version + - Updates CHANGELOG.md + + This PR was automatically created by the release workflow.