From 0d33e9987d7a3a65bc13002aed7f61c6a0a3a452 Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Sat, 4 May 2024 16:50:13 +0000 Subject: [PATCH] Docs (generate): Tweak documentation on generating release notes in development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb229cf..b92e8d3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Add a secret variable `GITHUB_API_TOKEN` containing your [GitHub API token](http #### Generating release notes -The entrypoint script [`Invoke-Generate.ps1`](src/scripts/ci/Invoke-Generate.ps1) is used to generate release notes based off local repositories. To generate one, specify the path to the local repository and the variant of release notes to generate. +The entrypoint script [`Invoke-Generate.ps1`](src/scripts/ci/Invoke-Generate.ps1) is used to generate release notes based off local repositories. To generate one, specify the path to the local repository, the release tag ref, the release notes variant, and the release notes path. ##### Variants