From af234d1649855322d0725fdcb144bb1b9d768a9a Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 18 Dec 2023 15:07:09 +0100 Subject: [PATCH] feat: Add link to release repo --- docs/development/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/releases.md b/docs/development/releases.md index b11b48d8..4d76be26 100644 --- a/docs/development/releases.md +++ b/docs/development/releases.md @@ -150,4 +150,4 @@ Repos like navmeshes and DiscordRPC get their release unrelated to main Northsta Push new tag which in turn will generate a release. Tags are formatted as `vN` where `N` is an always increasing integer, i.e. `v4`, `v5`, `v6`, etc. -Once a new DiscordRPC release has been made, the version number needs to be bumped in the release repo to pull the new release. +Once a new DiscordRPC release has been made, the version number needs to be bumped in the [release repo](https://github.com/R2Northstar/Northstar) to pull the new release.