Skip to content

Commit 34a5674

Browse files
ci: Add github release generator to pipeline
1 parent bc6b41b commit 34a5674

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/base.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,13 @@ jobs:
7878
sh ./tool/pub_login.sh
7979
- name: Publish package
8080
run: dart pub publish -v -f
81+
- name: Build changelog
82+
id: github_release
83+
uses: mikepenz/release-changelog-builder-action@v3
84+
env:
85+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
- name: Create release
87+
uses: softprops/[email protected]
88+
with:
89+
body: ${{steps.github_release.outputs.changelog}}
90+

0 commit comments

Comments
 (0)