1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-14 14:15:23 +03:00
git-cliff/gitolith.toml
orhun d57264bb2c
feat(template): add template renderer for changelog generation
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-20 18:46:13 +03:00

10 lines
314 B
TOML

[changelog]
header = """
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
"""
unreleased_title = "[unreleased]"