Skip to content
Merged
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
16 changes: 16 additions & 0 deletions .github/workflows/release-lazy-table-renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.