Skip to content

Commit

Permalink
Add update changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenbuis committed Apr 2, 2022
1 parent 4c2aee3 commit af442d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "Update Changelog"

on:
release:
types: [released]

jobs:
update:
uses: laravel/.github/.github/workflows/update-changelog.yml@main
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

## [Unreleased](https://github.com/org/repo/compare/0.2.0...master)

0 comments on commit af442d6

Please sign in to comment.