.clog.toml 613 B

123456789101112131415161718
  1. [clog]
  2. # A repository link with the trailing '.git' which will be used to generate
  3. # all commit and issue links
  4. repository = "https://github.com/hawkw/thingbuf"
  5. # specify the style of commit links to generate, defaults to "github" if omitted
  6. link-style = "github"
  7. # The preferred way to set a constant changelog. This file will be read for old changelog
  8. # data, then prepended to for new changelog data. It's the equivilant to setting
  9. # both infile and outfile to the same file.
  10. #
  11. # Do not use with outfile or infile fields!
  12. #
  13. # Defaults to stdout when omitted
  14. changelog = "CHANGELOG.md"
  15. from-latest-tag = true