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 bbe60a7 commit 0efdb1bCopy full SHA for 0efdb1b
.github/workflows/tag-release.yml
@@ -17,6 +17,11 @@ jobs:
17
# Updates changelog and writes the release version into the environment
18
- name: Update Changelog
19
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
25
- name: Tag release sha
26
uses: actions/github-script@v7
27
with:
0 commit comments