diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a4fcb..ea2257f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + ## [0.1.3] - 2026-03-13 ### Fixed @@ -23,15 +32,6 @@ - Tag confilict handling (#22) -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] - ## [0.1.2] - 2026-03-09 ### Fixed diff --git a/git-cliff.toml b/git-cliff.toml index b5f1da7..ea2071e 100644 --- a/git-cliff.toml +++ b/git-cliff.toml @@ -1,8 +1,16 @@ -# git-cliff config for conventional commits (feat, fix, hotfix, etc.) -# https://git-cliff.org/docs/configuration - [changelog] +header = """ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +""" body = """ + {% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\