From 955a3e7dcff8dd2e384b69e392e432ed4af7add6 Mon Sep 17 00:00:00 2001 From: Sami Eljabali Date: Fri, 26 Apr 2024 21:19:25 -0700 Subject: [PATCH] Update README.md (#13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0bd9f..fba280c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * Con: rather brittle & needs altering when copying to new repo. * [Create Tag & Github Release](https://github.com/seljabali/release-notes-generator/blob/main/.github/workflows/create-new-github-release.yml) - * Creates release notes via Github's [Release.yml](https://github.com/seljabali/release-notes-generator/blob/main/.github/release.yml). [Documentation](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) + * Creates release notes via Github's [Release.yml](https://github.com/seljabali/release-notes-generator/blob/main/.github/release.yml). See [documentation](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes). * Pro: Most reusable approach. * Con: does not capture commit changes, only PR changes.