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

generate_release_notes #191

Open
suntong opened this issue Dec 9, 2021 · 1 comment
Open

generate_release_notes #191

suntong opened this issue Dec 9, 2021 · 1 comment

Comments

@suntong
Copy link

suntong commented Dec 9, 2021

The readme says on the generate_release_notes:

If body is specified, the body will be pre-pended to the automatically generated notes.

But, this is my yaml

      - name: Upload release package
        uses: softprops/action-gh-release@v1
        with:
          body: ${{ steps.release.outputs.name }}
          files: ./dist/*
          generate_release_notes: true

and I got:

https://github.com/suntong/dbab/releases/tag/1.5.8

not quite like other people's results in #179.

What I'm missing? thx!

@iloveitaly
Copy link
Contributor

This isn't working for me either. Here's an example: https://github.com/iloveitaly/hyper-focus/releases

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
@iloveitaly @suntong and others