Skip to content

Commit

Permalink
Merge pull request #97 from getjavelin/cicd-patch
Browse files Browse the repository at this point in the history
devops: Patching the Changelog PR commit message
  • Loading branch information
akhiljavelin authored Jan 2, 2025
2 parents 93dd448 + 2f7db33 commit 09dd2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.DEVOPS_GITHUB_TOKEN }}
commit-message: 'devops: Update CHANGELOG for ${{ github.event.release.tag_name }} - [skip ci]'
commit-message: 'devops: Update CHANGELOG for ${{ github.event.release.tag_name }}'
title: 'CHANGELOG for ${{ github.event.release.tag_name }}'
committer: GitHub Action <[email protected]>
author: GitHub Action <[email protected]>
Expand Down

0 comments on commit 09dd2c0

Please sign in to comment.