semantic-release / gitlab

:fox_face: semantic-release plugin to publish a GitLab release
MIT License
278 stars 77 forks source link

Inconsistent link to release on email from semantic-release bot #697

Closed kpturner closed 5 months ago

kpturner commented 5 months ago

When a release is created, semantic release bot sends an email that looks like this

image

where it says The release is available on followed by a link to the GitHub release.

However, for one of our packages, although a release is created in GitHub, the email looks like this

image

So instead of a link it is effectively a piece of text. I am trying to fathom out what on earth would cause this difference. Can anybody shed any light?

fgreinacher commented 5 months ago

Thanks for creating the issue @kpturner. This repository is for the GitLab plugin though. I think you want to move this over to https://github.com/semantic-release/github :)

kpturner commented 5 months ago

Oh right - thanks