Skip to content

Commit bf6d76c

Browse files
committed
chore: update git-auto-commit-action to v7 in update-changelog workflow; add 'laravel-localizer-react' keyword in package.json
1 parent ac1a0f5 commit bf6d76c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release-notes: ${{ github.event.release.body }}
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v6
28+
uses: stefanzweifel/git-auto-commit-action@v7
2929
with:
3030
branch: main
3131
commit_message: 'docs: update CHANGELOG for ${{ github.event.release.tag_name }}'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"keywords": [
4444
"laravel",
4545
"laravel-localizer",
46+
"laravel-localizer-react",
4647
"react",
4748
"inertia",
4849
"inertiajs",

0 commit comments

Comments
 (0)