From 64a66a5cf34842d01d6d4a808eb616f1fa0ff80a Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Mon, 21 Jun 2021 12:59:57 +0700 Subject: [PATCH 1/2] Fix changelog category title template --- .github/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 674b0b5a1..ca8d1f461 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" From 0258a99d51eef655374d85971be5ea0116f2799f Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Mon, 21 Jun 2021 15:16:52 +0700 Subject: [PATCH 2/2] Update .github/release-drafter.yml --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ca8d1f461..02d71204f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -23,7 +23,7 @@ categories: - "dependency" - "docs" -category-template: "$TITLE: " +category-template: "$TITLE:" change-template: "- $TITLE ([#$NUMBER](https://github.com/jazzband/pip-tools/pull/$NUMBER)). Thanks @$AUTHOR" exclude-labels: - "skip-changelog"