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

Fix missing update release body #365

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

FirelightFlagboy
Copy link

This PR correct the bug I was getting in #362.

This problem was that draft aren't updated once created.

I've rewrote how the function release handle a draft and a non-draft release to be processed in the same way.

Closes #362

@FirelightFlagboy FirelightFlagboy force-pushed the fix-missing-update-release-body branch 2 times, most recently from 8a622b0 to 5f81454 Compare June 29, 2023 13:02
@mitchelbaker-cisa
Copy link

Bumping this PR since I'm facing the same issue. At times the workflow I'm generating will create a new body which I want to overwrite what's contained in a draft release. Currently the draft stays the same.

@FirelightFlagboy
Copy link
Author

Hello @softprops, I'm pinging you in hope that you could review this PR :)

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

Successfully merging this pull request may close these issues.

The body of a release is overwritten with the content of body_path or body
2 participants