• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[clog]
2# A repository link with the trailing '.git' which will be used to generate
3# all commit and issue links
4repository = "https://github.com/hawkw/sharded-slab"
5# A constant release title
6# subtitle = "sharded-slab"
7
8# specify the style of commit links to generate, defaults to "github" if omitted
9link-style = "github"
10
11# The preferred way to set a constant changelog. This file will be read for old changelog
12# data, then prepended to for new changelog data. It's the equivilant to setting
13# both infile and outfile to the same file.
14#
15# Do not use with outfile or infile fields!
16#
17# Defaults to stdout when omitted
18changelog = "CHANGELOG.md"
19
20# This sets the output format. There are two options "json" or "markdown" and
21# defaults to "markdown" when omitted
22output-format = "markdown"
23
24# If you use tags, you can set the following if you wish to only pick
25# up changes since your latest tag
26from-latest-tag = true
27