Skip to content

Trigger webhooks when release is updated

What does this MR do and why?

Trigger webhooks for release events when a release's description is updated

Related to #334923 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

  1. Create a new project and initialize it with a repository.
  2. Add a webhook to the project that triggers on Releases events. (https://requestbin.com/ is great for this)
  3. Manually create a new tag but do not add release notes to it.
  4. Edit the newly created tag and add release notes to it
  5. Observe the webhook has been fired

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #334923 (closed)

Edited by Allen Cook

Merge request reports