From a0413fe0978dd817df9b5fac47a213fc68e9f2bf Mon Sep 17 00:00:00 2001 From: Vaibhav Rabber Date: Fri, 10 Jan 2025 19:09:42 +0530 Subject: [PATCH] fix: CHANGELOG header (#18) Signed-off-by: Vaibhav Rabber --- CHANGELOG.md | 4 ++-- cliff.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09181c6..d136595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2025-01-10 +## [v0.1.0] - 2025-01-10 ### Features @@ -23,4 +23,4 @@ All notable changes to this project will be documented in this file. - Update starwars example with flags ([#4](https://github.com/s2-streamstore/s2-sdk-go/issues/4)) - Add github actions for CI ([#6](https://github.com/s2-streamstore/s2-sdk-go/issues/6)) - *(refactor)* Rearrange files ([#15](https://github.com/s2-streamstore/s2-sdk-go/issues/15)) - +- *(release)* Create release v0.1.0 ([#17](https://github.com/s2-streamstore/s2-sdk-go/issues/17)) diff --git a/cliff.toml b/cliff.toml index a8bdee8..af8db02 100644 --- a/cliff.toml +++ b/cliff.toml @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.\n # https://keats.github.io/tera/docs/#introduction body = """ {% if version %}\ - ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} + ## [{{ version }}] - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ ## [unreleased] {% endif %}\