style: none
template: CHANGELOG.tpl.md
info:
  title: ChangeLog
  repository_url: "https://git.sourcephile.fr/haskell/literate-web"
options:
  sort: "date"

  commits:
    sort_by: Type

  commit_groups:
    group_by: Scope
    sort_by: Custom
    title_order:
      - build
      - clarity
      - doc
      - iface
      - impl
      - tests
    title_maps:
      build: Build
      clarity: Clarity
      doc: Documentation
      iface: Interface
      impl: Implementation
      tests: Tests

  header:
    pattern: "^([\\w\\$\\.\\-\\*\\s]*)\\:\\s(\\w*)\\s*(.*)$"
    pattern_maps:
      - Scope
      - Type
      - Subject

  notes:
    keywords:
      - BREAKING CHANGE