-
Notifications
You must be signed in to change notification settings - Fork 4
/
.kacl.yml
26 lines (26 loc) · 912 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
kacl:
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 loosely 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: "Releasing version {new_version}"
tag: True
tag_name: "v{new_version}"
tag_description: "Version v{new_version} released"
links:
host_url: https://github.com/hsbc/pyratings
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