Skip to content

Commit

Permalink
try rhysd/changelog-from-release to generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 6, 2024
1 parent 1b7f579 commit ad098e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: On release published
on:
release:
types: [ 'published' ]

jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request: true

0 comments on commit ad098e7

Please sign in to comment.