Skip to content

Commit 4a36930

Browse files
committed
💚 Add github actions
1 parent 5dd9cec commit 4a36930

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://laravel.cm/sponsors
+9
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)