Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Aug 7, 2023
1 parent 8e203ed commit 5fa402e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
name: "Update Changelog"
name: update changelog

on:
release:
types: [released]

permissions: {}

jobs:
update:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.event.release.name }}
release-notes: ${{ github.event.release.body }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/[email protected]
with:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
permissions:
contents: write
uses: laravel/.github/.github/workflows/update-changelog.yml@main
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Release Notes

0 comments on commit 5fa402e

Please sign in to comment.