Skip to content

Commit

Permalink
fix: CHANGELOG header (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Rabber <[email protected]>
  • Loading branch information
vrongmeal authored Jan 10, 2025
1 parent 03293ec commit a0413fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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))
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}\
Expand Down

0 comments on commit a0413fe

Please sign in to comment.