forked from rpm-software-management/mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
20 lines (19 loc) · 883 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.changelog-bot]
[tool.changelog-bot.towncrier_changelog]
enabled = true
verify_pr_number = true
changelog_skip_label = "no-changelog-entry-needed"
[tool.towncrier]
# we post-process this file with releng/generate-release-notes
filename = ".Release-Notes-Next.md"
directory = "releng/release-notes-next"
underlines = ["", "", ""]
template = "releng/release-notes-next/template.jinja"
title_format = "## [Release {version}](https://rpm-software-management.github.io/mock/Release-Notes-{version}) - {project_date}"
issue_format = ""
type = [
{ name = "Breaking changes", directory = "breaking", showcontent = true },
{ name = "New features", directory = "feature", showcontent = true },
{ name = "Bugfixes", directory = "bugfix", showcontent = true },
{ name = "Mock Core Configs changes", directory = "config", showcontent = true },
]