Gitea hook "release" not implemented

Hi there,

I want drone to start building when I create a new release/tag in Gitea.
This works when I create tags locally and push them to Gitea, but nothing happends when I create a new release/tag inside Gitea.
The difference here is, that pushed tags trigger a webhook with X-Gitea-Event set to “push”, whereas the Gitea-internally created release/tags trigger a webhook with X-Gitea-Event set to “release”.

When I look at https://github.com/drone/drone/blob/master/remote/gitea/gitea.go, I see that there’s no handling of the “release”-Event, yet.

Is there something I am missing?

Cheers
Benjamin

2 Likes

Hi,

i would also appreciate a hook with for the release event.