File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 3131 uses : peter-evans/create-pull-request@v5
3232 with :
3333 token : ${{ steps.generate-token.outputs.token }}
34- base : release
35- branch : main
34+ base : main
35+ branch : release
3636 title : ' chore: sync main to release'
3737 body : |
3838 이 PR은 메인 브랜치의 변경사항을 릴리즈 브랜치로 동기화합니다.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments