diff --git a/CHANGELOG.md b/CHANGELOG.md index 6929821f..eb140525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. See -[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +[`conventional commits`](https://www.conventionalcommits.org/) guidelines. ### [0.203.1](https://github.com/taiga-family/configurations/compare/v0.203.0...v0.203.1) (2024-09-20) diff --git a/projects/auto-changelog-config/templates/changelog.hbs b/projects/auto-changelog-config/templates/changelog.hbs index 3679cf91..49312e2e 100644 --- a/projects/auto-changelog-config/templates/changelog.hbs +++ b/projects/auto-changelog-config/templates/changelog.hbs @@ -1,13 +1,12 @@ # Changelog {{! prettier-ignore }} -All notable changes to this project will be documented in this file. See -[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +All notable changes to this project will be documented in this file. See [`conventional +commits`](https://www.conventionalcommits.org/) guidelines. -{{! prettier-ignore }} {{#each releases}} - {{#if tag}} + {{#if tag}} ##{{#unless major}}#{{/unless}} [{{#replaceTitle}}{{title}}{{/replaceTitle}}]({{href}}) ({{isoDate}}) - {{/if}} + {{/if}} {{#if summary}} {{summary}}