Skip to content

Commit

Permalink
ci(release): remove uppercase start from commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
samikachai committed Dec 17, 2024
1 parent 8b7f04d commit a6a2747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Create a Pull Request to update the changelog file
uses: peter-evans/create-pull-request@v5
with:
commit-message: "docs: Update CHANGELOG for release"
commit-message: "docs: update CHANGELOG for release"
branch: "update-changelog"
title: "Update CHANGELOG for new release"
body: "This pull request updates the CHANGELOG file with details of the new release."
Expand Down

0 comments on commit a6a2747

Please sign in to comment.