Skip to content

Commit

Permalink
ci: automatically generate flutter changelog from releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks authored Jul 5, 2022
1 parent ad987ec commit 2d1b2dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
version: 6.27.1
run_install: true
- uses: rhysd/changelog-from-release/action@v2
with:
file: packages/iconoir-flutter/CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: pnpm run build
- run: pnpm run prepublish-all
env:
Expand Down

0 comments on commit 2d1b2dd

Please sign in to comment.