From 26fd92b1a7f9c67fcbf281c3f6091d6072fbbf67 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Mon, 12 Feb 2024 22:47:06 -0800 Subject: [PATCH] update error message --- src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 1c274cb..ced271c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -39,8 +39,7 @@ export async function expense(): Promise { */ if (!process.env.GH_TOKEN) { throw new Error( - 'Please export a "GH_TOKEN" access token to generate the changelog.\n' + - 'See also https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#release-new-version' + 'Please export a "GH_TOKEN" access token into the environment.' ) }