From 26f5c16d716873ea4e603b608c798c28790b88c9 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Mon, 1 Aug 2022 14:58:20 +0200 Subject: [PATCH] feat: fewer empty rows in default template --- src/main/resources/changelog.mustache | 11 +- ...hatFirstVersionCanBeGenerated.approved.txt | 17 +- ...atOnlyGithubIssuesCanBeParsed.approved.txt | 185 +----------------- ...ThatOnlyJiraIssuesCanBeParsed.approved.txt | 23 +-- ...atSecondVersionCanBeGenerated.approved.txt | 23 +-- 5 files changed, 20 insertions(+), 239 deletions(-) diff --git a/src/main/resources/changelog.mustache b/src/main/resources/changelog.mustache index b7208e3d..9b21d906 100644 --- a/src/main/resources/changelog.mustache +++ b/src/main/resources/changelog.mustache @@ -14,9 +14,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitBreaking}} {{/commits}} -{{/ifContainsBreaking}} - +{{/ifContainsBreaking}} {{#ifContainsType commits type='feat'}} ### Features @@ -25,9 +24,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='fix'}} ### Bug Fixes @@ -36,9 +34,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='^($|(?!fix|feat|breaking))'}} ### Other changes @@ -54,7 +51,7 @@ Changelog of {{repoName}}. {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} +{{/ifContainsType}} {{/ifEquals}} {{/tags}} \ No newline at end of file diff --git a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatFirstVersionCanBeGenerated.approved.txt b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatFirstVersionCanBeGenerated.approved.txt index 8933284a..2727e992 100644 --- a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatFirstVersionCanBeGenerated.approved.txt +++ b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatFirstVersionCanBeGenerated.approved.txt @@ -16,9 +16,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitBreaking}} {{/commits}} -{{/ifContainsBreaking}} - +{{/ifContainsBreaking}} {{#ifContainsType commits type='feat'}} ### Features @@ -27,9 +26,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='fix'}} ### Bug Fixes @@ -38,9 +36,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='^($|(?!fix|feat|breaking))'}} ### Other changes @@ -56,8 +53,8 @@ Changelog of {{repoName}}. {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} +{{/ifContainsType}} {{/ifEquals}} {{/tags}} @@ -90,12 +87,6 @@ Changelog of git-changelog-lib. ## 0.0.1 (2015-11-12) - - - - - - ### Other changes **Initial commit** diff --git a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyGithubIssuesCanBeParsed.approved.txt b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyGithubIssuesCanBeParsed.approved.txt index a917b510..d1262f4b 100644 --- a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyGithubIssuesCanBeParsed.approved.txt +++ b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyGithubIssuesCanBeParsed.approved.txt @@ -16,9 +16,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitBreaking}} {{/commits}} -{{/ifContainsBreaking}} - +{{/ifContainsBreaking}} {{#ifContainsType commits type='feat'}} ### Features @@ -27,9 +26,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='fix'}} ### Bug Fixes @@ -38,9 +36,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='^($|(?!fix|feat|breaking))'}} ### Other changes @@ -56,8 +53,8 @@ Changelog of {{repoName}}. {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} +{{/ifContainsType}} {{/ifEquals}} {{/tags}} @@ -91,12 +88,6 @@ Changelog of git-changelog-lib. ## 1.70 (2017-07-24) - - - - - - ### Other changes **Gathering repo provider information #49** @@ -109,12 +100,6 @@ Changelog of git-changelog-lib. ## 1.69 (2017-07-08) - - - - - - ### Other changes **Adjustments after merge of #47** @@ -134,12 +119,6 @@ Changelog of git-changelog-lib. ## 1.67 (2017-03-25) - - - - - - ### Other changes **GitLab integration #2** @@ -151,12 +130,6 @@ Changelog of git-changelog-lib. ## 1.66 (2017-03-25) - - - - - - ### Other changes **GitLab integration #42** @@ -167,12 +140,6 @@ Changelog of git-changelog-lib. ## 1.64 (2017-03-18) - - - - - - ### Other changes **Adding issueType and labels attributes #40** @@ -183,12 +150,6 @@ Changelog of git-changelog-lib. ## 1.58 (2016-10-22) - - - - - - ### Other changes **Adding annotation to context of tag #36** @@ -199,12 +160,6 @@ Changelog of git-changelog-lib. ## 1.57 (2016-10-05) - - - - - - ### Other changes **Adding merge boolean to commits #35** @@ -215,12 +170,6 @@ Changelog of git-changelog-lib. ## 1.56 (2016-08-11) - - - - - - ### Other changes **Fixing testcases after merge of #31** @@ -231,12 +180,6 @@ Changelog of git-changelog-lib. ## 1.55 (2016-08-02) - - - - - - ### Other changes **Adding {{hashFull}} variable with full commit hash #30** @@ -247,12 +190,6 @@ Changelog of git-changelog-lib. ## 1.54 (2016-06-27) - - - - - - ### Other changes **Allowing master branch to be absent #28** @@ -263,12 +200,6 @@ Changelog of git-changelog-lib. ## 1.52 (2016-06-24) - - - - - - ### Other changes **Correcting how to find diffing commits #29** @@ -279,12 +210,6 @@ Changelog of git-changelog-lib. ## 1.50 (2016-06-24) - - - - - - ### Other changes **Including commits frmo merges #29** @@ -295,12 +220,6 @@ Changelog of git-changelog-lib. ## 1.49 (2016-06-02) - - - - - - ### Other changes **Finding first commit in repo as parents of HEAD #28** @@ -312,12 +231,6 @@ Changelog of git-changelog-lib. ## 1.45 (2016-04-13) - - - - - - ### Other changes **Including correct commits + performance #26 JENKINS-34156** @@ -330,12 +243,6 @@ Changelog of git-changelog-lib. ## 1.42 (2016-04-10) - - - - - - ### Other changes **Parsing commits, oldest first #23** @@ -347,12 +254,6 @@ Changelog of git-changelog-lib. ## 1.41 (2016-04-09) - - - - - - ### Other changes **Traversing commit tree by parents #23** @@ -364,12 +265,6 @@ Changelog of git-changelog-lib. ## 1.40 (2016-04-07) - - - - - - ### Other changes **Adding feature to ignore tags by regexp** @@ -381,12 +276,6 @@ Changelog of git-changelog-lib. ## 1.38 (2016-03-20) - - - - - - ### Other changes **Removing commits without issue, from tags #19** @@ -397,12 +286,6 @@ Changelog of git-changelog-lib. ## 1.37 (2016-03-20) - - - - - - ### Other changes **Ignore commits without issue #19** @@ -423,12 +306,6 @@ Changelog of git-changelog-lib. ## 1.34 (2016-03-15) - - - - - - ### Other changes **Logging error if error invoking GitHub API #18** @@ -439,12 +316,6 @@ Changelog of git-changelog-lib. ## 1.33 (2016-03-15) - - - - - - ### Other changes **Introducing custom exceptions** @@ -463,12 +334,6 @@ Changelog of git-changelog-lib. ## 1.32 (2016-02-20) - - - - - - ### Other changes **Supplying commit in each issue mentioned in message #16** @@ -479,12 +344,6 @@ Changelog of git-changelog-lib. ## 1.26 (2016-02-13) - - - - - - ### Other changes **Rewriting GitRepo to make it faster #13** @@ -501,12 +360,6 @@ Changelog of git-changelog-lib. ## 1.25 (2016-02-10) - - - - - - ### Other changes **Letting JGit determine new commits between refs #13** @@ -519,12 +372,6 @@ Changelog of git-changelog-lib. ## 1.19 (2016-01-27) - - - - - - ### Other changes **Removing command line code #11** @@ -535,12 +382,6 @@ Changelog of git-changelog-lib. ## 1.12 (2015-11-23) - - - - - - ### Other changes **Integrating with Jira #3** @@ -556,12 +397,6 @@ Changelog of git-changelog-lib. ## 1.4 (2015-11-19) - - - - - - ### Other changes **Adding hasIssue hasLink to readme doc #7** @@ -572,12 +407,6 @@ Changelog of git-changelog-lib. ## 1.3 (2015-11-18) - - - - - - ### Other changes **Adding booleans to check if link and/or issue exists in issue #7** @@ -588,12 +417,6 @@ Changelog of git-changelog-lib. ## 1.2 (2015-11-17) - - - - - - ### Other changes **MediaWiki integration #4** diff --git a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyJiraIssuesCanBeParsed.approved.txt b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyJiraIssuesCanBeParsed.approved.txt index 285fa972..655c0904 100644 --- a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyJiraIssuesCanBeParsed.approved.txt +++ b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatOnlyJiraIssuesCanBeParsed.approved.txt @@ -16,9 +16,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitBreaking}} {{/commits}} -{{/ifContainsBreaking}} - +{{/ifContainsBreaking}} {{#ifContainsType commits type='feat'}} ### Features @@ -27,9 +26,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='fix'}} ### Bug Fixes @@ -38,9 +36,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='^($|(?!fix|feat|breaking))'}} ### Other changes @@ -56,8 +53,8 @@ Changelog of {{repoName}}. {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} +{{/ifContainsType}} {{/ifEquals}} {{/tags}} @@ -91,12 +88,6 @@ Changelog of git-changelog-lib. ## 1.45 (2016-04-13) - - - - - - ### Other changes **Including correct commits + performance #26 JENKINS-34156** @@ -109,12 +100,6 @@ Changelog of git-changelog-lib. ## 1.44 (2016-04-12) - - - - - - ### Other changes **JENKINS-34155 Support short SHA** diff --git a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatSecondVersionCanBeGenerated.approved.txt b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatSecondVersionCanBeGenerated.approved.txt index bbf7f730..e39d8033 100644 --- a/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatSecondVersionCanBeGenerated.approved.txt +++ b/src/test/java/se/bjurr/gitchangelog/api/GitChangelogApiTest.testThatSecondVersionCanBeGenerated.approved.txt @@ -16,9 +16,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitBreaking}} {{/commits}} -{{/ifContainsBreaking}} - +{{/ifContainsBreaking}} {{#ifContainsType commits type='feat'}} ### Features @@ -27,9 +26,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='fix'}} ### Bug Fixes @@ -38,9 +36,8 @@ Changelog of {{repoName}}. - {{#eachCommitScope .}} **{{.}}** {{/eachCommitScope}} {{{commitDescription .}}} ([{{subString hash 0 5}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}}) {{#eachCommitRefs .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitRefs}} {{#eachCommitFixes .}}{{#ifMatches . "^#[0-9]+"}} [{{.}}](https://github.com/{{ownerName}}/{{repoName}}/issues/{{subString . 1}}) {{/ifMatches}}{{/eachCommitFixes}} {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} - +{{/ifContainsType}} {{#ifContainsType commits type='^($|(?!fix|feat|breaking))'}} ### Other changes @@ -56,8 +53,8 @@ Changelog of {{repoName}}. {{/ifCommitType}} {{/commits}} -{{/ifContainsType}} +{{/ifContainsType}} {{/ifEquals}} {{/tags}} @@ -90,12 +87,6 @@ Changelog of git-changelog-lib. ## 1.0 (2015-11-14) - - - - - - ### Other changes **[Gradle Release Plugin] - pre tag commit: '1.0'.** @@ -126,12 +117,6 @@ Changelog of git-changelog-lib. ## 0.0.1 (2015-11-12) - - - - - - ### Other changes **Initial commit**