Skip to content

Commit 9ffd913

Browse files
authored
Merge pull request #101 from vue-pivottable/feat/ci
Feat/ci
2 parents a70f8c6 + dc5a523 commit 9ffd913

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release-lazy-table-renderer.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,19 @@ jobs:
5353
run: |
5454
cd packages/lazy-table-renderer
5555
pnpm dlx semantic-release
56+
57+
- name: Create Pull Request to main
58+
if: success()
59+
uses: peter-evans/create-pull-request@v5
60+
with:
61+
token: ${{ secrets.GITHUB_TOKEN }}
62+
branch: release
63+
base: main
64+
title: 'chore: update version to latest release'
65+
body: |
66+
This PR updates the main branch with the latest version information from the release branch.
67+
68+
- Updates package.json version
69+
- Updates CHANGELOG.md
70+
71+
This PR was automatically created by the release workflow.

0 commit comments

Comments
 (0)