Skip to content

Commit 0efdb1b

Browse files
committed
put back PR creation
1 parent bbe60a7 commit 0efdb1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tag-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
# Updates changelog and writes the release version into the environment
1818
- name: Update Changelog
1919
run: python3 tools/maint/create_release.py --action
20+
- name: Create Changelog PR
21+
uses: peter-evans/create-pull-request@v6
22+
with:
23+
title: Mark ${{ env.RELEASE_VERSION }} as released
24+
delete-branch: true
2025
- name: Tag release sha
2126
uses: actions/github-script@v7
2227
with:

0 commit comments

Comments
 (0)