Andres Almiray

Results 757 comments of Andres Almiray

https://developer.atlassian.com/server/bitbucket/rest/v803/intro/ Bitbucket's REST API capabilities are not quite up to par with GitHub/GitLab/Gitea 😞

Bitbucket Cloud offers a REST API https://developer.atlassian.com/cloud/bitbucket/rest/api-group-projects/

Full stacktrace ``` Caused by: org.jreleaser.model.releaser.spi.ReleaseException: org.kohsuke.github.GHFileNotFoundException: https://api.github.com/repos/aalmiray/app/releases {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/repos#create-a-release"} at org.jreleaser.sdk.github.GithubReleaser.createRelease(GithubReleaser.java:134) at org.jreleaser.model.releaser.spi.AbstractReleaser.release(AbstractReleaser.java:51) at org.jreleaser.engine.release.Releasers.release(Releasers.java:44) at org.jreleaser.workflow.ReleaseWorkflowItem.invoke(ReleaseWorkflowItem.java:34) ... 18 more Caused by: org.kohsuke.github.GHFileNotFoundException: https://api.github.com/repos/aalmiray/app/releases {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/repos#create-a-release"} at org.kohsuke.github.GitHubClient.interpretApiError(GitHubClient.java:480) at...

Releasing to a repository that's different from the cloned one is not recommended however it's supported "by chance". The following invocations using the CLI show that this is possible ```...

No, I create the release (and tag) on the spot using `jreleaser`.

I don't think that's the issue. It should work regardless of the number (0 or more) of releases. Here's the same code pushed to a different release (`1.1.0`) ``` $...

I see. It might be better to configure a matrix for runners, then collect all results and post a release in one single step. this is how JReleaser, kcctl, and...

I tried the update feature alongside a remote repository that does not match the locally cloned repository and it also works. I must ask, are there any intermediate commits made...

JReleaser does try to re-conciliate local and remote branches. The expectation is that local and remote repositories would be "the same". I suppose this expectation can be relaxed once JReleaser...

@crschnick could you post the contents of `build/jreleaser/trace.log`? Please sanitize any data you consider private.