Skip to content

Commit d72ec08

Browse files
committedJan 1, 2025
repo: fix changelog format
1 parent 17042f8 commit d72ec08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## [v4.0.0] (2025-01-01)
2+
## v4.0.0 (2025-01-01)
33

44
- **Deps:** Update which to 7.0.0 (#25) - ([207b3a4](https://github.com/watchexec/clearscreen/commit/207b3a4fdf7109faefc699250fb710dcfda18b83))
55
- **Deps:** Add lockfile to git - ([64180fe](https://github.com/watchexec/clearscreen/commit/64180fe2d7db612633a77337159b020fbac93e68))

‎cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ header = ""
44
footer = ""
55
body = """
66
{% if version %}\
7-
## [v{{ version | trim_start_matches(pat="v") }}] ({{ timestamp | date(format="%Y-%m-%d") }})
7+
## v{{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }})
88
{% else %}\
99
## [unreleased]
1010
{% endif %}\

0 commit comments

Comments
 (0)