git-changelog 0.3.1

A tool to automate project changelog generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2017-2018 by Aldrin J D'Souza.
# Licensed under the MIT License <https://opensource.org/licenses/MIT>

# The out-of-the-box configuration bundled with the changelog library
conventions:
  categories:
    - {tag: "security", title: "Security Updates"}
    - {tag: "break", title: "Breaking Changes"}
    - {tag: "feature", title: "Features"}
    - {tag: "fix", title: "Fixes"}
    - {tag: "", title: "Notes"}
    - {tag: "add", title: "Additions"}
    - {tag: "remove", title: "Removals"}
    - {tag: "deprecate", title: "Deprecations"}
  scopes:
    - {tag: "", title: ""}
    - {tag: "api", title: "API"}
    - {tag: "doc", title: "Documentation"}