Skip to content

Commit 7b3c9c9

Browse files
committed
fix: Lockfile update commit message type
1 parent b72512a commit 7b3c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git config user.name "github-actions[bot]"
6060
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6161
git add packages/project/package.json package-lock.json
62-
git commit -m "chore: update @ui5/builder peer dependency and regenerate lockfile"
62+
git commit -m "ci(release-please): update @ui5/builder peer dependency and regenerate lockfile"
6363
git push
6464
env:
6565
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)