Skip to content

Commit

Permalink
automatic changelog (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Dec 27, 2024
1 parent 83f8286 commit 37aff26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Post-release
on:
release:
types: [published, released]
workflow_dispatch:

jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_summary_template: 'update changelog for %s changes'
Empty file added CHANGELOG.md
Empty file.

0 comments on commit 37aff26

Please sign in to comment.