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 943287f commit 27abe5eCopy full SHA for 27abe5e
.github/workflows/base.yaml
@@ -79,3 +79,12 @@ jobs:
79
sh ./tool/pub_login.sh
80
- name: Publish package
81
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