We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17042f8 commit d72ec08Copy full SHA for d72ec08
CHANGELOG.md
@@ -1,5 +1,5 @@
1
2
-## [v4.0.0] (2025-01-01)
+## v4.0.0 (2025-01-01)
3
4
- **Deps:** Update which to 7.0.0 (#25) - ([207b3a4](https://github.com/watchexec/clearscreen/commit/207b3a4fdf7109faefc699250fb710dcfda18b83))
5
- **Deps:** Add lockfile to git - ([64180fe](https://github.com/watchexec/clearscreen/commit/64180fe2d7db612633a77337159b020fbac93e68))
cliff.toml
@@ -4,7 +4,7 @@ header = ""
footer = ""
body = """
6
{% if version %}\
7
- ## [v{{ version | trim_start_matches(pat="v") }}] ({{ timestamp | date(format="%Y-%m-%d") }})
+ ## v{{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }})
8
{% else %}\
9
## [unreleased]
10
{% endif %}\
0 commit comments