I linked the repository for the specific project in the Repository menu, correctly set the refs field in the request and the release creation was successful, expect the lack of commits. I am also registered as an early adopter. Am I missing some extra step?
It’s hard to tell right now what the issue here would be. Did you try what happens if you create a release from the command line interface? I could imagine what happens is that the webhook is not set up correctly in your github repository so commits are not pushed to us.
GitHub has sent commit information to on-premise Sentry with 204 status code each time a new release has been created but no commit information is shown in Sentry.
We use curl to send release information and source maps. Source maps work fine but commits do not.
Same problem here. We are using the release hook which says “The release webhook accepts the same parameters as the “Create a new Release” API endpoint”. So we’re doing this in our gulpfile:
I’ve got this issue too, and I wonder if it could be related to us having two releases with the same name. We don’t use git hashes for versions since they don’t make any sense when compared to each other, we use “server”-style dotted releases. I saw elsewhere that releases are now global to the organization, which doesn’t make any sense to me, but do you believe that could be the problem?
I managed to get commits added to my releases up until yesterday, but today when I run my release scripts they don’t seem to be getting added. I’ve tried adding commits manually and automatically and neither work.