1glab(1) glab(1)
2
3
4
6 glab-changelog-generate - Generate a changelog for the reposi‐
7 tory/project
8
9
10
12 glab changelog generate [flags]
13
14
15
17 Generate a changelog for the repository/project
18
19
20
22 --config-file="" The path of changelog configuration file in the
23 project's Git repository. Defaults to .gitlab/changelog_config.yml.
24
25
26 --date="" The date and time of the release. Uses ISO 8601
27 (2016-03-11T03:45:40Z) format. Defaults to the current time.
28
29
30 --from="" The start of the range of commits (as a SHA) to use for
31 generating the changelog. This commit itself isn't included in the
32 list.
33
34
35 --to="" The end of the range of commits (as a SHA) to use for the
36 changelog. This commit is included in the list. Defaults to the HEAD of
37 the default project branch.
38
39
40 --trailer="" The Git trailer to use for including commits. De‐
41 faults to Changelog.
42
43
44 -v, --version="" The version to generate the changelog for. The
45 format must follow semantic versioning. Defaults to the version of the
46 local checkout (like using git describe).
47
48
49
51 --help[=false] Show help for command
52
53
54
56 glab changelog generate
57
58
59
60
61
63 glab-changelog(1)
64
65
66
67Auto generated by spf13/cobra Nov 2023 glab(1)