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 appending body of an existing draft release #254

Closed
wants to merge 1 commit into from

Conversation

vadz
Copy link

@vadz vadz commented Sep 4, 2022

Don't just return the release without doing anything else, this
prevented "append_body" from having any effect when updating an existing
draft release.

The real change here is continuing executing the release function even if an existing draft release is found, the rest is just due to changing existingRelease to be a Release object (which seems more logical anyhow).

Don't just return the release without doing anything else, this
prevented "append_body" from having any effect when updating an existing
draft release.
@vadz
Copy link
Author

vadz commented Sep 4, 2022

Sorry, I somehow hadn't noticed an already existing #245 doing the same thing.

@vadz vadz closed this Sep 4, 2022
@vadz vadz deleted the fix-append-body-draft branch September 4, 2022 15:02
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.

None yet

1 participant