From e7c4016ae92f6d43502372214902ab5320945952 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 20 Jun 2022 22:22:18 +0300 Subject: [PATCH] fix: add changelog extension --- .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 538ea1ed..662278b1 100644 --- a/.github/workflows/pull_request_changelog.yml +++ b/.github/workflows/pull_request_changelog.yml @@ -53,7 +53,7 @@ jobs: You need to add a brief description of the changes to the `CHANGES` directory. - For example, you can run `towncrier create .` to create a file in the change directory and then write a description on that file. + For example, you can run `towncrier create ..rst` 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)