Open ymarcon opened 4 months ago
I have added a short <description>
but the release creation still fails.
I think is because of https://github.com/jutzig/github-release-plugin/blob/master/src/main/java/de/jutzig/github/release/plugin/UploadMojo.java#L192
The generated release note is always added and in our case it is very long. So I would suggest to either truncate the body content and/or make the release notes generation optional (default is true).
Thank you for the report and analysis. I wasn't aware of that character limit. Truncating seems like a good idea for this case. I'll look into a fix
I have this error when deploying a release. Note that there is no
<description>
in the config, so I am not sure what is sent in the body.