forked from PCMDI/input4MIPs_CVs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtowncrier.toml
21 lines (20 loc) · 874 Bytes
/
towncrier.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.towncrier]
name = "input4MIPs CVs"
filename = "docs/changelog.md"
directory = "changelog/"
title_format = "## input4MIPs CVs {version} ({project_date})"
underlines = [
"",
"",
"",
]
issue_format = "[#{issue}](https://github.com/PCMDI/input4MIPs_CVs/pull/{issue})"
type = [
{ directory = "breaking", name = "⚠️ Breaking Changes", showcontent = true },
{ directory = "deprecation", name = "🗑️ Deprecations", showcontent = true },
{ directory = "feature", name = "🆕 Features", showcontent = true },
{ directory = "improvement", name = "🎉 Improvements", showcontent = true },
{ directory = "fix", name = "🐛 Bug Fixes", showcontent = true },
{ directory = "docs", name = "📚 Improved Documentation", showcontent = true },
{ directory = "trivial", name = "🔧 Trivial/Internal Changes", showcontent = false },
]