Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes not generated. #387

Open
iZakirSheikh opened this issue Sep 20, 2023 · 2 comments
Open

Release notes not generated. #387

iZakirSheikh opened this issue Sep 20, 2023 · 2 comments

Comments

@iZakirSheikh
Copy link

iZakirSheikh commented Sep 20, 2023

Hi thanks for the great GitHub action.

I am creating release using

name: Create Github Release using tag name v${{ env.GIT_TAG }} and uploading signed APK and AAB files
       uses: softprops/action-gh-release@v1
       with:
         tag_name: v${{ env.GIT_TAG }}
         generate_release_notes: true
         prerelease: false
         files: |
           ${{steps.signed_aab.outputs.signedReleaseFile}}
           ${{steps.signed_apk.outputs.signedReleaseFile}}

Everything is functioning correctly; however, the release notes are not being generated. Instead, it displays "Changelog from version 2.1...2.2."

@hivenet-sathishgadde-osi

Am also facing the same issue!

@kitschpatrol
Copy link

kitschpatrol commented Dec 19, 2023

This is probably because it's using GitHub's auto-generated release notes for this feature, which only generate notes for PRs. In the absence of PRs, it just creates the changelog link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants