Skip to content

Commit 27abe5e

Browse files
ci: Add generate github release to pipeline
1 parent 943287f commit 27abe5e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/base.yaml

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

0 commit comments

Comments
 (0)