From ac62184443a3d2c19ce7997faf830ea77a5be524 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 19 Sep 2023 17:43:10 +0300 Subject: [PATCH] fix: new towncrier docs link (#1306) --- .github/workflows/pull_request_changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_changelog.yml b/.github/workflows/pull_request_changelog.yml index f803153e..7f9d7b86 100644 --- a/.github/workflows/pull_request_changelog.yml +++ b/.github/workflows/pull_request_changelog.yml @@ -57,7 +57,7 @@ jobs: For example, you can run `towncrier create .` to create a file in the change directory and then write a description on that file. - Read more at [Towncrier docs](https://towncrier.readthedocs.io/en/latest/quickstart.html#creating-news-fragments) + Read more at [Towncrier docs](https://towncrier.readthedocs.io/en/latest/tutorial.html#creating-news-fragments) - name: Changelog found if: "success()"