From f09f83a974ccca6327dc846dae0031577bcf29b7 Mon Sep 17 00:00:00 2001 From: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:34:09 +0200 Subject: [PATCH] [support-infra] Add release announcement to GitHub workflows (#11867) Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Co-authored-by: Olivier Tassinari --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 930642d967a5..66cf01e5c209 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -30,7 +30,7 @@ pnpm release:changelog > `` > This string needs to stay where it gets inserted for the automated discord announcement to work. -You can also provide the GitHub token by setting `process.env.GITHUB_TOKEN` variable. +You can also provide the github token by setting `process.env.GITHUB_TOKEN` variable. In case of a problem, another method to generate the changelog is available at the end of this page.