We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f7e36 commit dc5a523Copy full SHA for dc5a523
.github/workflows/release-lazy-table-renderer.yml
@@ -53,3 +53,19 @@ jobs:
53
run: |
54
cd packages/lazy-table-renderer
55
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