Skip to content

Commit f5b6eb7

Browse files
committed
chore(ci): Replace manual change log with generated release notes
1 parent a7b56ac commit f5b6eb7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/create_release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
2222
print(f"::set-output name=version::{version}")
2323
24-
- name: Extract changelog section for release
25-
id: changelog
26-
uses: coditory/changelog-parser@v1
27-
with:
28-
version: ${{ steps.extract-version.outputs.version }}
29-
3024
- uses: actions/download-artifact@v3
3125
with:
3226
name: ${{ needs.build.outputs.ANDROID_APK_NAME }}
@@ -35,8 +29,8 @@ jobs:
3529
uses: ncipollo/release-action@v1
3630
with:
3731
artifacts: ${{ needs.build.outputs.ANDROID_APK_NAME }}
38-
body: ${{ steps.changelog.outputs.description }}
3932
token: ${{ secrets.GH_ACTION_TOKEN }}
4033
tag: ${{ steps.extract-version.outputs.version }}
4134
prerelease: true
4235
makeLatest: false
36+
generateReleaseNotes: true

0 commit comments

Comments
 (0)