We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9051ed7 commit 8ff637bCopy full SHA for 8ff637b
.github/workflows/base.yaml
@@ -78,3 +78,12 @@ jobs:
78
sh ./tool/pub_login.sh
79
- name: Publish package
80
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}}
0 commit comments