Skip to content

Commit 5fbcf32

Browse files
authored
Merge pull request #481 from inertiajs/driesvints-patch-1
Automate the update of changelog
2 parents 1fdfb73 + 04cb41a commit 5fbcf32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: update changelog
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
update:
9+
uses: laravel/.github/.github/workflows/update-changelog.yml@main

0 commit comments

Comments
 (0)