=_("You're receiving this email because of your account on %{host}. %{manage_notifications_link} · %{help_link}").html_safe%{host: Gitlab.config.gitlab.host,manage_notifications_link: manage_notifications_link,help_link: help_link}
=_('You have been granted %{access_level} access to the %{source_link} %{source_type}.').html_safe%{access_level: member.human_access,source_link: source_link,source_type: source_type}
%p
%tr
%td.text-content
%p
=_('You have been granted %{access_level} access to the %{source_link} %{source_type}.').html_safe%{access_level: access_level,source_link: source_link,source_type: source_type}
=_('If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}.').html_safe%{source_type: source_type,leave_link_start: leave_link_start,link_end: link_end}
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](../README.md#namespaced-path-encoding). |
| `name` | string | yes | The release name. |
| `name` | string | no | The release name. |
| `tag_name` | string | yes | The tag where the release will be created from. |
| `description` | string | yes | The description of the release. You can use [markdown](../../user/markdown.md). |
| `ref` | string | yes, if `tag_name` doesn't exist | If `tag_name` doesn't exist, the release will be created from `ref`. It can be a commit SHA, another tag name, or a branch name. |
-[`spotbugs`](https://gitlab.com/gitlab-org/security-products/analyzers/spotbugs)(SpotBugs with the Find Sec Bugs plugin (Ant, Gradle and wrapper, Grails, Maven and wrapper, SBT))