mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
8869b16c83
- add T3T1 to the list of core hardware - add flag for regenerating model-specific changelogs in case the main one is manually edited - generate headings in the same format as currently used in core/CHANGELOG.md
47 lines
1.0 KiB
TOML
47 lines
1.0 KiB
TOML
# This is the default configuration that is used by subprojects via symlink.
|
|
# Some subprojects have their own configuration which is not a symlink.
|
|
|
|
[tool.towncrier]
|
|
directory = ".changelog.d"
|
|
filename = "CHANGELOG.md"
|
|
template = ".towncrier.template.md"
|
|
start_string = "The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)."
|
|
title_format = "\n## {version} [{project_date}]"
|
|
issue_format = "[#{issue}]"
|
|
underlines = ["", ""]
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "added"
|
|
name = "Added"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "changed"
|
|
name = "Changed"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "deprecated"
|
|
name = "Deprecated"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "removed"
|
|
name = "Removed"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "fixed"
|
|
name = "Fixed"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "security"
|
|
name = "Security"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "incompatible"
|
|
name = "Incompatible changes"
|
|
showcontent = true
|