Skip to content

Commit

Permalink
Merge pull request #154 from DSACMS/auto-changelog
Browse files Browse the repository at this point in the history
Add Workflow to Auto-generate CHANGELOG.md
  • Loading branch information
IsaacMilarky authored Sep 17, 2024
2 parents fd0dcc6 + dc3b2fd commit 555d353
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
types: [published]

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: "✏️ Generate release changelog"
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
base: CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}

publish:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 555d353

Please sign in to comment.