You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## [Unreleased]
6
+
7
+
### Changed
8
+
9
+
- Standardize git-cliff configuration with sibling repositories
Copy file name to clipboardExpand all lines: cliff.toml
+43-34Lines changed: 43 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,20 @@
1
1
# git-cliff ~ configuration file
2
2
# https://git-cliff.org/docs/configuration
3
+
#
4
+
# Generates a "Keep a Changelog"-style CHANGELOG.md from Conventional Commits.
5
+
# Section order follows keepachangelog.com: Added, Changed, Deprecated,
6
+
# Removed, Fixed, Security (Documentation is appended as an extra section).
7
+
# The "<!-- N -->" prefixes on group names only control ordering; they are
8
+
# stripped from the rendered headings via the `striptags` filter.
3
9
4
10
[changelog]
5
-
# A Tera template to be rendered as the changelog's header.
6
-
# See https://keats.github.io/tera/docs/#introduction
7
11
header = """
8
12
# Changelog\n
9
-
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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n
13
+
All notable changes to this project will be documented in this file.
14
+
15
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
16
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n
10
17
"""
11
-
# A Tera template to be rendered for each release in the changelog.
12
-
# See https://keats.github.io/tera/docs/#introduction
0 commit comments