1GIT-CHANGELOG(1) User Commands GIT-CHANGELOG(1)
2
3
4
6 git-changelog – command line tool for git-changelog Python package
7
9 git-changelog [-h] [-o OUTPUT] [-s {angular,atom,basic}] [-t {angu‐
10 lar,keepachangelog}] [-v] REPOSITORY
11
13 POSITIONAL ARGUMENTS
14 REPOSITORY
15 The repository path, relative or absolute.
16
17 OPTIONAL ARGUMENTS
18 -h, --help
19 Show a help message and exit.
20
21 -o OUTPUT, --output OUTPUT
22 Output to given file. Default: stdout.
23
24 -s {angular,atom,basic}, --style {angular,atom,basic}
25 The commit style to match against.
26
27 -t {angular,keepachangelog}, --template {angular,keepachangelog}
28 The Jinja2 template to use. Prefix with “path:” to specify the
29 path to a directory containing a file named “changelog.md”.
30
31 -v, --version
32 Show the current version of the program and exit.
33
34
35
36 November 2021 GIT-CHANGELOG(1)