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 f4cce02 commit ce27e10Copy full SHA for ce27e10
.github/workflows/update-changelog.yml
@@ -8,6 +8,9 @@ jobs:
8
update:
9
runs-on: ubuntu-latest
10
11
+ permissions:
12
+ contents: write
13
+
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v3
@@ -21,8 +24,9 @@ jobs:
21
24
release-notes: ${{ github.event.release.body }}
22
25
23
26
- name: Commit updated CHANGELOG
- uses: stefanzweifel/git-auto-commit-action@v4
27
+ uses: stefanzweifel/git-auto-commit-action@v4.16.0
28
with:
- branch: master
29
+ branch: changelog-${{ github.event.release.name }}
30
+ create_branch: true
31
commit_message: Update CHANGELOG
32
file_pattern: CHANGELOG.md
CHANGELOG.md
@@ -0,0 +1,3 @@
1
+# Changelog
2
3
+All notable changes to `laravel-spatial` will be documented in this file.
0 commit comments