Skip to content

Commit

Permalink
build: update changelog branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 22, 2024
1 parent 5a22a24 commit 2bac84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
commit-message: "Update CHANGELOG for release ${{ github.event.release.tag_name }}" # Commit message for the PR
title: "Update CHANGELOG for release ${{ github.event.release.tag_name }}" # Title of the PR
body: "This PR updates the CHANGELOG files for release ${{ github.event.release.tag_name }}" # Description of the PR
branch: changelog-${{ github.event.release.tag_name }}
base: main
delete-branch: true
labels: changelog # Add a label to the PR

0 comments on commit 2bac84c

Please sign in to comment.