Andres Almiray
Andres Almiray
I would have expected an error to occur at https://github.com/jreleaser/jreleaser/blob/853d293139dc6974b8531fbe14068dc7ae2246cb/core/jreleaser-engine/src/main/java/org/jreleaser/packagers/AbstractRepositoryPackagerProcessor.java#L165-L170 but it does not. I'm able to reproduce the problem. I wonder if this has been fixed in a later...
Follow up at https://www.eclipse.org/forums/index.php/m/1863549/#msg_1863549
Follow these tasks - [ ] Add a `Set` to assemblers and distributions. - [ ] Add a `primary` property to `Executable`. - [ ] Deprecate single `executable` property. -...
I believe Iβve seen this 422 error before at least once. I think itβs not related to a change in tag pattern as that affects changelog generation, not release publication.
Alright, thanks for verifying. I suppose there's a recent change that requires the tag pattern also during release π
FWIW `422` is returned when validation fails or the endpoint has been spammed -> https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release The error occurs after setting initial parameters to create a release https://github.com/jreleaser/jreleaser/blob/c64c90f7bdacc9918f647198cf33ce5e97f6dbb8/sdks/jreleaser-github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaser.java#L333-L346 Do you have...
I'm going on a limb here but I think setting the release to `draft` may be the cause. I have to test this theory. We used to rely on hub4j...
Logging in Feign may be too chatty. I wonder how it could be activated in such way that it/s not to the detriment of the tool. You definitely want to...
Closing in favor of https://github.com/jreleaser/jreleaser/issues/1638
@dlorenc would appreciate any hints you may offer π