Skip to content

Commit

Permalink
Use auto generated release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-ci[bot] committed Apr 20, 2023
1 parent 341835c commit 14703db
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: softprops/[email protected]
with:
body:
"# magic-mirror ${{ github.ref_name }}\n- See the [CHANGELOG](https://github.com/${{
github.repository }}/blob/main/CHANGELOG/CHANGELOG-${{ github.ref_name }}.md) for more
details.\n- The released image is quay.io/${{ github.repository }}:${{ github.ref_name
}}"
generate_release_notes: true
draft: true
prerelease: false
body: "## magic-mirror ${{ github.ref_name }}\nThe released image is quay.io/${{ github.repository }}:${{ github.ref_name}}\n"

0 comments on commit 14703db

Please sign in to comment.