Skip to content

Commit

Permalink
chore(ci): Replace manual change log with generated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 29, 2024
1 parent a7b56ac commit 5b088bc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
print(f"::set-output name=version::{version}")
- name: Extract changelog section for release
id: changelog
uses: coditory/changelog-parser@v1
with:
version: ${{ steps.extract-version.outputs.version }}

- uses: actions/download-artifact@v3
with:
name: ${{ needs.build.outputs.ANDROID_APK_NAME }}
Expand All @@ -40,3 +34,4 @@ jobs:
tag: ${{ steps.extract-version.outputs.version }}
prerelease: true
makeLatest: false
generateReleaseNotes: true

0 comments on commit 5b088bc

Please sign in to comment.