Zongle Wang

Results 554 comments of Zongle Wang

Seems there are various bugs on different devices, - The tag refed commit title is treated as the release notes on Linux but Mac. - The first line of the...

I would prefer `--notes-file` over `--notes-from-tag`, guys who have been blocked by issues related to this could try the workaround like https://github.com/GradleUp/shadow/blob/ae72788e9475da71cb3874239723eb91839f9ba5/.github/workflows/release.yml#L40-L49

Thanks for the explanation! I did a full repo clone, but the behavior is still wrong. The reason is that the tag message is pointed to the attached commit, as...

This workaround works for me. The new issue should be > The first line of the tag message has been appended to the release title when there is no explicit...

https://docs.gradle.org/current/userguide/publishing_customization.html https://docs.gradle.org/current/dsl/org.gradle.api.publish.maven.MavenPublication.html#org.gradle.api.publish.maven.MavenPublication:artifact(java.lang.Object)

I believe the title could be something like ``` Support publishing local artifacts in `MavenPublishBaseExtension` ``` And the new API might look like ```kt public abstract class MavenPublishBaseExtension { public...

I believe your title and description could be improved to something like ``` Support configuring Maven username and password in `MavenPublishBaseExtension` ```