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 b72512a commit 7b3c9c9Copy full SHA for 7b3c9c9
.github/workflows/release-please.yml
@@ -59,7 +59,7 @@ jobs:
59
git config user.name "github-actions[bot]"
60
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
61
git add packages/project/package.json package-lock.json
62
- git commit -m "chore: update @ui5/builder peer dependency and regenerate lockfile"
+ git commit -m "ci(release-please): update @ui5/builder peer dependency and regenerate lockfile"
63
git push
64
env:
65
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments