Skip to content

Commit 61ef8a3

Browse files
authored
fix: update Tera documentation link in cliff.toml (#270)
Replaced the outdated or broken link to the Tera template engine documentation in cliff.toml with the current one: https://keats.github.io/tera/docs/#introduction This change helps users quickly find up-to-date documentation for the template syntax used in the changelog configuration.
1 parent 507cd41 commit 61ef8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n
1212
"""
13-
# https://tera.netlify.app/docs/#introduction
13+
# https://keats.github.io/tera/docs/#introduction
1414
body = """
1515
{% if version %}\
1616
## [{{ version | trim_start_matches(pat="v") }}](https://github.com/foundry-rs/compilers/releases/tag/v{{ version | trim_start_matches(pat="v") }}) - {{ timestamp | date(format="%Y-%m-%d") }}

0 commit comments

Comments
 (0)