From 55e502e43e77f893733732f7fe9c031f3056d55f Mon Sep 17 00:00:00 2001 From: Amphitryon0 <17864580+Amphitryon0@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:31:56 -0600 Subject: [PATCH] Explain access for organization team link --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index de74464..f731011 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -4,7 +4,7 @@ Creating a Dolphin Release does require some steps, but if you know what to do i Releases are versioned as follows: `YYMM`, where `YY` is the current year, and `MM` is the current month. Hotfix releases are versioned as follows: `YYMMp`, where `p` is the hotfix letter. For example, `2407` would be a release made in July 2024, and `2407a` would be the first hotfix for that release. -Releases can only be created by [core developers](https://github.com/orgs/dolphin-emu/teams/core-developers). +Releases can only be created by [core developers](https://github.com/orgs/dolphin-emu/teams/core-developers "List of core developers (must be an organization member to view)"). ## Details