-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clog.toml
31 lines (26 loc) · 1008 Bytes
/
.clog.toml
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
31
[clog]
# A repository link with the trailing '.git' which will be used to generate
# all commit and issue links
#repository = "https://github.com/clog-tool/clog-cli"
# A constant release title
#subtitle = "my awesome title"
# specify the style of commit links to generate, defaults to "github" if omitted
link-style = "github"
# The preferred way to set a constant changelog. This file will be read for old changelog
# data, then prepended to for new changelog data. It's the equivilant to setting
# both infile and outfile to the same file.
#
# Do not use with outfile or infile fields!
#
# Defaults to stdout when omitted
changelog = "changelog.md"
# This sets the output format. There are two options "json" or "markdown" and
# defaults to "markdown" when omitted
output-format = "markdown"
# If you use tags, you can set the following if you wish to only pick
# up changes since your latest tag
from-latest-tag = true
[sections]
Tests = ["tests", "test"]
Rework = ["rework"]
Documentation = ["doc"]