From 8db87eb1913fb41b8d028eeccf42b75f95a515db Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 22 Jun 2021 14:56:58 +0700 Subject: [PATCH] Fix changelog category title template (#1424) * Fix changelog category title template * Update .github/release-drafter.yml --- .github/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 674b0b5a1..02d71204f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -23,6 +23,7 @@ categories: - "dependency" - "docs" +category-template: "$TITLE:" change-template: "- $TITLE ([#$NUMBER](https://github.com/jazzband/pip-tools/pull/$NUMBER)). Thanks @$AUTHOR" exclude-labels: - "skip-changelog"