From 543d2f89ffd2ec555b068b75f6dfee1843b60e43 Mon Sep 17 00:00:00 2001 From: Kenji Miyake Date: Wed, 9 Feb 2022 01:40:11 +0900 Subject: [PATCH] add trim and footer Signed-off-by: Kenji Miyake --- .github/fixtures/test-date-order-arg/cliff.toml | 6 ++++++ .github/fixtures/test-date-order/cliff.toml | 6 ++++++ .github/fixtures/test-ignore-tags/cliff.toml | 6 ++++++ .github/fixtures/test-topo-order/cliff.toml | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/.github/fixtures/test-date-order-arg/cliff.toml b/.github/fixtures/test-date-order-arg/cliff.toml index e45d8747af..b9f550ff50 100644 --- a/.github/fixtures/test-date-order-arg/cliff.toml +++ b/.github/fixtures/test-date-order-arg/cliff.toml @@ -19,3 +19,9 @@ body = """ {% endfor %} {% endfor %}\n """ +# remove the leading and trailing whitespace from the template +trim = true +# changelog footer +footer = """ + +""" diff --git a/.github/fixtures/test-date-order/cliff.toml b/.github/fixtures/test-date-order/cliff.toml index b72d39598f..0d3c8e58d7 100644 --- a/.github/fixtures/test-date-order/cliff.toml +++ b/.github/fixtures/test-date-order/cliff.toml @@ -19,6 +19,12 @@ body = """ {% endfor %} {% endfor %}\n """ +# remove the leading and trailing whitespace from the template +trim = true +# changelog footer +footer = """ + +""" [git] date_order = true diff --git a/.github/fixtures/test-ignore-tags/cliff.toml b/.github/fixtures/test-ignore-tags/cliff.toml index 62a625bf23..4f071c15e5 100644 --- a/.github/fixtures/test-ignore-tags/cliff.toml +++ b/.github/fixtures/test-ignore-tags/cliff.toml @@ -19,6 +19,12 @@ body = """ {% endfor %} {% endfor %}\n """ +# remove the leading and trailing whitespace from the template +trim = true +# changelog footer +footer = """ + +""" [git] # regex for skipping tags diff --git a/.github/fixtures/test-topo-order/cliff.toml b/.github/fixtures/test-topo-order/cliff.toml index e45d8747af..b9f550ff50 100644 --- a/.github/fixtures/test-topo-order/cliff.toml +++ b/.github/fixtures/test-topo-order/cliff.toml @@ -19,3 +19,9 @@ body = """ {% endfor %} {% endfor %}\n """ +# remove the leading and trailing whitespace from the template +trim = true +# changelog footer +footer = """ + +"""