-
Notifications
You must be signed in to change notification settings - Fork 3
/
.kacl.yml
30 lines (30 loc) · 985 Bytes
/
.kacl.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
kacl:
changelog_file: CHANGELOG.md
allowed_header_titles:
- Changelog
- Change log
allowed_version_sections:
- Added
- Changed
- Deprecated
- Removed
- Fixed
- Security
- Improved
- Optimized
- Refactored
default_content:
- 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).
git:
commit: True
commit_message: "chore: Release Changelog v{new_version}"
commit_additional_files: []
tag: True
tag_name: "v{new_version}"
tag_description: "Version v{new_version} released"
links:
compare_versions_template: '{host}/compare/v{previous_version}...v{version}'
unreleased_changes_template: '{host}/compare/v{latest_version}...HEAD'
initial_version_template: '{host}/tree/{version}'
auto_generate: True