From 865762db8e90530b45f3009bc15ab88166e25405 Mon Sep 17 00:00:00 2001 From: Dharsan <52737410+dharsanb@users.noreply.github.com> Date: Wed, 5 Jun 2024 05:47:40 +0530 Subject: [PATCH] fix: corrected homepage link in package.json so the generated links in the errors are valid (#848) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9857db3..50affd62 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lib", "index.js" ], - "homepage": "https://github.com/semantic-release/github#readme", + "homepage": "https://github.com/semantic-release/github", "keywords": [ "git", "github",